Html Css Color HEX #806144 Dark Wood

📋 copy color: '#806144'

red 128 ◦ green 97 ◦ blue 68

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

Shades of Dark Wood #806144

Tints of Dark Wood #806144

RGB

 RED value IS 128 (50.39% from 255) = 43.69%

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 43.69%
G = 33.11%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#806144 (or 0x806144) is known color: Dark Wood. HEX triplet: 80, 61 and 44. RGB value is (128,97,68). Sum of RGB (Red+Green+Blue) = 128+97+68=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #806144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806144 is #7F9EBB. Grayscale: #676767. Windows color (decimal): -8363708 or 4481408. OLE color: 4481408.

HSL color Cylindrical-coordinate representation of color #806144: hue angle of 29º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #806144 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 97 68 -
CMYK 0 0.24 0.47 0.50
HSL 29º 0.31% 0.38% -
HSV(B) 29º 0.47% 0.5% -
XYZ 14.22 13.56 7.34 -
YUV 102.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 128 97 68 0 0.24 0.47 0.50 29 0.31 0.38
Hex 80 61 44 0 18 2F 32 1D 1F 26
Octal 200 141 104 0 30 57 62 35 37 46
Binary 10000000 1100001 1000100 0 11000 101111 110010 11101 11111 100110

Color Harmonies of #806144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806144

Black with #806144

Text Example


Text Example

White with #806144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806144; }

 p { color: rgb(128,97,68); }

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

background-color css

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

 a { background-color: rgb(128,97,68); }

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

border-color css

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

 span { border-color: rgb(128,97,68); }

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