Html Css Color HEX #606436 Verdigris

📋 copy color: '#606436'

red 96 ◦ green 100 ◦ blue 54

#606436
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #606436

Tints of Verdigris #606436

RGB

 RED value IS 96 (37.89% from 255) = 38.4%

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 38.4%
G = 40%
B = 21.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#606436 (or 0x606436) is known color: Verdigris. HEX triplet: 60, 64 and 36. RGB value is (96,100,54). Sum of RGB (Red+Green+Blue) = 96+100+54=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #606436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606436 is #9F9BC9. Grayscale: #5D5D5D. Windows color (decimal): -10460106 or 3564640. OLE color: 3564640.

HSL color Cylindrical-coordinate representation of color #606436: hue angle of 65.22º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #606436 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 100 54 -
CMYK 0.04 0 0.46 0.61
HSL 65.22º 0.3% 0.3% -
HSV(B) 65.22º 0.46% 0.39% -
XYZ 10.05 11.87 5.25 -
YUV 93.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 96 100 54 0.04 0 0.46 0.61 65.22 0.3 0.3
Hex 60 64 36 4 0 2E 3D 41 1E 1E
Octal 140 144 66 4 0 56 75 101 36 36
Binary 1100000 1100100 110110 100 0 101110 111101 1000001 11110 11110

Color Harmonies of #606436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606436

Black with #606436

Text Example


Text Example

White with #606436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606436; }

 p { color: rgb(96,100,54); }

 H1.HeaderClassName
 {
   color: #606436;
 }
 .AnyTagClassName
 {
   color: #606436;
 }
</style>

background-color css

<style>
 a { background-color: #606436; }

 a { background-color: rgb(96,100,54); }

 div.DivClassName
 {
   background-color: #606436;
 }
 .BgClassName
 {
   background-color: #606436;
 }
</style>

border-color css

<style>
 span { border-color: #606436; }

 span { border-color: rgb(96,100,54); }

 td.TdClassName
 {
   border-color: #606436;
 }
 .TagClassName
 {
   border-color: #606436;
 }
</style>