#606336

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

Shades of Verdigris #606336

Tints of Verdigris #606336

Color information

#606336 (or 0x606336) is unknown color: approx Verdigris. HEX triplet: 60, 63 and 36. RGB value is (96,99,54). Sum of RGB (Red+Green+Blue) = 96+99+54=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #606336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606336 is #9F9CC9. Grayscale: #5D5D5D. Windows color (decimal): -10460362 or 3564384. OLE color: 3564384.

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

Color convert

RGB969954-
CMYK0.0300.450.61
HSL64º29.41%30%-
HSV(B)64º45.45%38.82%-
XYZ9.9511.685.22-
YUV92.97106.01130.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=38.55%
G=39.76%
B=21.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699540.0300.450.616429.4130
Hex606336302D3D401d1e
Octal140143663055751003536
Binary1100000110001111011011010110111110110000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606336; }

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

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

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

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

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

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

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

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