Html Css Color HEX #606039 Verdigris

📋 copy color: '#606039'

red 96 ◦ green 96 ◦ blue 57

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

Shades of Verdigris #606039

Tints of Verdigris #606039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 57 (22.66% from 255) = 22.89%

R = 38.55%
G = 38.55%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#606039 (or 0x606039) is known color: Verdigris. HEX triplet: 60, 60 and 39. RGB value is (96,96,57). Sum of RGB (Red+Green+Blue) = 96+96+57=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606039 is #9F9FC6. Grayscale: #5B5B5B. Windows color (decimal): -10461127 or 3760224. OLE color: 3760224.

HSL color Cylindrical-coordinate representation of color #606039: hue angle of 60º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606039 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 96 57 -
CMYK 0 0 0.41 0.62
HSL 60º 0.25% 0.3% -
HSV(B) 60º 0.41% 0.38% -
XYZ 9.75 11.15 5.51 -
YUV 91.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 96 96 57 0 0 0.41 0.62 60 0.25 0.3
Hex 60 60 39 0 0 29 3E 3C 19 1E
Octal 140 140 71 0 0 51 76 74 31 36
Binary 1100000 1100000 111001 0 0 101001 111110 111100 11001 11110

Color Harmonies of #606039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606039

Black with #606039

Text Example


Text Example

White with #606039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606039; }

 p { color: rgb(96,96,57); }

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

background-color css

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

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

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

border-color css

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

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

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