Html Css Color HEX #906444 Dark Wood

📋 copy color: '#906444'

red 144 ◦ green 100 ◦ blue 68

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

Shades of Dark Wood #906444

Tints of Dark Wood #906444

RGB

 RED value IS 144 (56.64% from 255) = 46.15%

 GREEN value IS 100 (39.45% from 255) = 32.05%

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

R = 46.15%
G = 32.05%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#906444 (or 0x906444) is known color: Dark Wood. HEX triplet: 90, 64 and 44. RGB value is (144,100,68). Sum of RGB (Red+Green+Blue) = 144+100+68=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #906444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906444 is #6F9BBB. Grayscale: #6D6D6D. Windows color (decimal): -7314364 or 4482192. OLE color: 4482192.

HSL color Cylindrical-coordinate representation of color #906444: hue angle of 25.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906444 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 100 68 -
CMYK 0 0.31 0.53 0.44
HSL 25.26º 0.36% 0.42% -
HSV(B) 25.26º 0.53% 0.56% -
XYZ 17.1 15.46 7.55 -
YUV 109.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 144 100 68 0 0.31 0.53 0.44 25.26 0.36 0.42
Hex 90 64 44 0 1F 35 2C 19 24 2A
Octal 220 144 104 0 37 65 54 31 44 52
Binary 10010000 1100100 1000100 0 11111 110101 101100 11001 100100 101010

Color Harmonies of #906444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906444

Black with #906444

Text Example


Text Example

White with #906444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906444; }

 p { color: rgb(144,100,68); }

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

background-color css

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

 a { background-color: rgb(144,100,68); }

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

border-color css

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

 span { border-color: rgb(144,100,68); }

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