Html Css Color HEX #606840 Woodland

📋 copy color: '#606840'

red 96 ◦ green 104 ◦ blue 64

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

Shades of Woodland #606840

Tints of Woodland #606840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.39%

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 36.36%
G = 39.39%
B = 24.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#606840 (or 0x606840) is known color: Woodland. HEX triplet: 60, 68 and 40. RGB value is (96,104,64). Sum of RGB (Red+Green+Blue) = 96+104+64=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #606840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606840 is #9F97BF. Grayscale: #616161. Windows color (decimal): -10459072 or 4221024. OLE color: 4221024.

HSL color Cylindrical-coordinate representation of color #606840: hue angle of 72º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #606840 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 64 -
CMYK 0.08 0 0.38 0.59
HSL 72º 0.24% 0.33% -
HSV(B) 72º 0.38% 0.41% -
XYZ 10.7 12.76 6.75 -
YUV 97.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 96 104 64 0.08 0 0.38 0.59 72 0.24 0.33
Hex 60 68 40 8 0 26 3B 48 18 21
Octal 140 150 100 10 0 46 73 110 30 41
Binary 1100000 1101000 1000000 1000 0 100110 111011 1001000 11000 100001

Color Harmonies of #606840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606840

Black with #606840

Text Example


Text Example

White with #606840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606840; }

 p { color: rgb(96,104,64); }

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

background-color css

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

 a { background-color: rgb(96,104,64); }

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

border-color css

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

 span { border-color: rgb(96,104,64); }

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