#606351

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

Shades of Woodland #606351

Tints of Woodland #606351

Color information

#606351 (or 0x606351) is unknown color: approx Woodland. HEX triplet: 60, 63 and 51. RGB value is (96,99,81). Sum of RGB (Red+Green+Blue) = 96+99+81=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #606351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606351 is #9F9CAE. Grayscale: #606060. Windows color (decimal): -10460335 or 5333856. OLE color: 5333856.

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

Color convert

RGB969981-
CMYK0.0300.180.61
HSL70º10%35.29%-
HSV(B)70º18.18%38.82%-
XYZ10.77129.53-
YUV96.05119.51127.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=34.78%
G=35.87%
B=29.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699810.0300.180.61701035.29
Hex60635130123D46a23
Octal1401431213022751061243
Binary1100000110001110100011101001011110110001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606351; }

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

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

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

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

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

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

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

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