Html Css Color HEX #606844 Woodland

📋 copy color: '#606844'

red 96 ◦ green 104 ◦ blue 68

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

Shades of Woodland #606844

Tints of Woodland #606844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 35.82%
G = 38.81%
B = 25.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#606844 (or 0x606844) is known color: Woodland. HEX triplet: 60, 68 and 44. RGB value is (96,104,68). Sum of RGB (Red+Green+Blue) = 96+104+68=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #606844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606844 is #9F97BB. Grayscale: #616161. Windows color (decimal): -10459068 or 4483168. OLE color: 4483168.

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

Color convert

RGB 96 104 68 -
CMYK 0.08 0 0.35 0.59
HSL 73.33º 0.21% 0.34% -
HSV(B) 73.33º 0.35% 0.41% -
XYZ 10.82 12.8 7.37 -
YUV 97.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 96 104 68 0.08 0 0.35 0.59 73.33 0.21 0.34
Hex 60 68 44 8 0 23 3B 49 15 22
Octal 140 150 104 10 0 43 73 111 25 42
Binary 1100000 1101000 1000100 1000 0 100011 111011 1001001 10101 100010

Color Harmonies of #606844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606844

Black with #606844

Text Example


Text Example

White with #606844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606844; }

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

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

background-color css

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

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

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

border-color css

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

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

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