Html Css Color HEX #606D3D Woodland

📋 copy color: '#606D3D'

red 96 ◦ green 109 ◦ blue 61

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

Shades of Woodland #606D3D

Tints of Woodland #606D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 36.09%
G = 40.98%
B = 22.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#606D3D (or 0x606D3D) is known color: Woodland. HEX triplet: 60, 6D and 3D. RGB value is (96,109,61). Sum of RGB (Red+Green+Blue) = 96+109+61=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #606D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D3D is #9F92C2. Grayscale: #636363. Windows color (decimal): -10457795 or 4025696. OLE color: 4025696.

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

Color convert

RGB 96 109 61 -
CMYK 0.12 0 0.44 0.57
HSL 76.25º 0.28% 0.33% -
HSV(B) 76.25º 0.44% 0.43% -
XYZ 11.13 13.76 6.48 -
YUV 99.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 96 109 61 0.12 0 0.44 0.57 76.25 0.28 0.33
Hex 60 6D 3D C 0 2C 39 4C 1C 21
Octal 140 155 75 14 0 54 71 114 34 41
Binary 1100000 1101101 111101 1100 0 101100 111001 1001100 11100 100001

Color Harmonies of #606D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D3D

Black with #606D3D

Text Example


Text Example

White with #606D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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