Html Css Color HEX #606D3C Woodland

📋 copy color: '#606D3C'

red 96 ◦ green 109 ◦ blue 60

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

Shades of Woodland #606D3C

Tints of Woodland #606D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.13%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 36.23%
G = 41.13%
B = 22.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#606D3C (or 0x606D3C) is known color: Woodland. HEX triplet: 60, 6D and 3C. RGB value is (96,109,60). Sum of RGB (Red+Green+Blue) = 96+109+60=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #606D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D3C is #9F92C3. Grayscale: #636363. Windows color (decimal): -10457796 or 3960160. OLE color: 3960160.

HSL color Cylindrical-coordinate representation of color #606D3C: hue angle of 75.92º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606D3C is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 109 60 -
CMYK 0.12 0 0.45 0.57
HSL 75.92º 0.29% 0.33% -
HSV(B) 75.92º 0.45% 0.43% -
XYZ 11.11 13.75 6.34 -
YUV 99.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 96 109 60 0.12 0 0.45 0.57 75.92 0.29 0.33
Hex 60 6D 3C C 0 2D 39 4C 1D 21
Octal 140 155 74 14 0 55 71 114 35 41
Binary 1100000 1101101 111100 1100 0 101101 111001 1001100 11101 100001

Color Harmonies of #606D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D3C

Black with #606D3C

Text Example


Text Example

White with #606D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D3C; }

 p { color: rgb(96,109,60); }

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

background-color css

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

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

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

border-color css

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

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

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