Html Css Color HEX #806145 Dark Wood

📋 copy color: '#806145'

red 128 ◦ green 97 ◦ blue 69

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

Shades of Dark Wood #806145

Tints of Dark Wood #806145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 43.54%
G = 32.99%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#806145 (or 0x806145) is known color: Dark Wood. HEX triplet: 80, 61 and 45. RGB value is (128,97,69). Sum of RGB (Red+Green+Blue) = 128+97+69=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #806145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806145 is #7F9EBA. Grayscale: #676767. Windows color (decimal): -8363707 or 4546944. OLE color: 4546944.

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

Color convert

RGB 128 97 69 -
CMYK 0 0.24 0.46 0.50
HSL 28.47º 0.3% 0.39% -
HSV(B) 28.47º 0.46% 0.5% -
XYZ 14.25 13.57 7.5 -
YUV 103.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 128 97 69 0 0.24 0.46 0.50 28.47 0.3 0.39
Hex 80 61 45 0 18 2E 32 1C 1E 27
Octal 200 141 105 0 30 56 62 34 36 47
Binary 10000000 1100001 1000101 0 11000 101110 110010 11100 11110 100111

Color Harmonies of #806145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806145

Black with #806145

Text Example


Text Example

White with #806145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806145; }

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

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

background-color css

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

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

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

border-color css

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

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

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