Html Css Color HEX #606749 Woodland

📋 copy color: '#606749'

red 96 ◦ green 103 ◦ blue 73

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

Shades of Woodland #606749

Tints of Woodland #606749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 35.29%
G = 37.87%
B = 26.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#606749 (or 0x606749) is known color: Woodland. HEX triplet: 60, 67 and 49. RGB value is (96,103,73). Sum of RGB (Red+Green+Blue) = 96+103+73=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #606749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606749 is #9F98B6. Grayscale: #616161. Windows color (decimal): -10459319 or 4810592. OLE color: 4810592.

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

Color convert

RGB 96 103 73 -
CMYK 0.07 0 0.29 0.60
HSL 74º 0.17% 0.35% -
HSV(B) 74º 0.29% 0.4% -
XYZ 10.88 12.67 8.18 -
YUV 97.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 96 103 73 0.07 0 0.29 0.60 74 0.17 0.35
Hex 60 67 49 7 0 1D 3C 4A 11 23
Octal 140 147 111 7 0 35 74 112 21 43
Binary 1100000 1100111 1001001 111 0 11101 111100 1001010 10001 100011

Color Harmonies of #606749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606749

Black with #606749

Text Example


Text Example

White with #606749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606749; }

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

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

background-color css

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

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

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

border-color css

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

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

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