Html Css Color HEX #906644 Dark Wood

📋 copy color: '#906644'

red 144 ◦ green 102 ◦ blue 68

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

Shades of Dark Wood #906644

Tints of Dark Wood #906644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 45.86%
G = 32.48%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#906644 (or 0x906644) is known color: Dark Wood. HEX triplet: 90, 66 and 44. RGB value is (144,102,68). Sum of RGB (Red+Green+Blue) = 144+102+68=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #906644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906644 is #6F99BB. Grayscale: #6E6E6E. Windows color (decimal): -7313852 or 4482704. OLE color: 4482704.

HSL color Cylindrical-coordinate representation of color #906644: hue angle of 26.84º 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 #906644 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 102 68 -
CMYK 0 0.29 0.53 0.44
HSL 26.84º 0.36% 0.42% -
HSV(B) 26.84º 0.53% 0.56% -
XYZ 17.3 15.85 7.62 -
YUV 110.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 144 102 68 0 0.29 0.53 0.44 26.84 0.36 0.42
Hex 90 66 44 0 1D 35 2C 1B 24 2A
Octal 220 146 104 0 35 65 54 33 44 52
Binary 10010000 1100110 1000100 0 11101 110101 101100 11011 100100 101010

Color Harmonies of #906644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906644

Black with #906644

Text Example


Text Example

White with #906644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906644; }

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

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

background-color css

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

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

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

border-color css

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

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

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