#606036

Color #606036 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #606036

Tints of Verdigris #606036

Color information

#606036 (or 0x606036) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 36. RGB value is (96,96,54). Sum of RGB (Red+Green+Blue) = 96+96+54=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606036 is #9F9FC9. Grayscale: #5B5B5B. Windows color (decimal): -10461130 or 3563616. OLE color: 3563616.

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

Color convert

RGB969654-
CMYK000.440.62
HSL60º28%29.41%-
HSV(B)60º43.75%37.65%-
XYZ9.6711.125.13-
YUV91.21107131.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=39.02%
G=39.02%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969654000.440.62602829.41
Hex606036002C3E3c1c1d
Octal14014066005476743435
Binary11000001100000110110001011001111101111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606036; }

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

 H1.HeaderClassName
 {
   color: #606036;
 }
 .AnyTagClassName
 {
   color: #606036;
 }
</style>
background-color css

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

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

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

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

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

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