Html Css Color HEX #606742 Woodland

📋 copy color: '#606742'

red 96 ◦ green 103 ◦ blue 66

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

Shades of Woodland #606742

Tints of Woodland #606742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 36.23%
G = 38.87%
B = 24.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#606742 (or 0x606742) is known color: Woodland. HEX triplet: 60, 67 and 42. RGB value is (96,103,66). Sum of RGB (Red+Green+Blue) = 96+103+66=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #606742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606742 is #9F98BD. Grayscale: #606060. Windows color (decimal): -10459326 or 4351840. OLE color: 4351840.

HSL color Cylindrical-coordinate representation of color #606742: hue angle of 71.35º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606742 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 103 66 -
CMYK 0.07 0 0.36 0.60
HSL 71.35º 0.22% 0.33% -
HSV(B) 71.35º 0.36% 0.4% -
XYZ 10.66 12.58 7.02 -
YUV 96.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 96 103 66 0.07 0 0.36 0.60 71.35 0.22 0.33
Hex 60 67 42 7 0 24 3C 47 16 21
Octal 140 147 102 7 0 44 74 107 26 41
Binary 1100000 1100111 1000010 111 0 100100 111100 1000111 10110 100001

Color Harmonies of #606742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606742

Black with #606742

Text Example


Text Example

White with #606742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606742; }

 p { color: rgb(96,103,66); }

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

background-color css

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

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

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

border-color css

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

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

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