Html Css Color HEX #806645 Dark Wood

📋 copy color: '#806645'

red 128 ◦ green 102 ◦ blue 69

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

Shades of Dark Wood #806645

Tints of Dark Wood #806645

RGB

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

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

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

R = 42.81%
G = 34.11%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#806645 (or 0x806645) is known color: Dark Wood. HEX triplet: 80, 66 and 45. RGB value is (128,102,69). Sum of RGB (Red+Green+Blue) = 128+102+69=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #806645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806645 is #7F99BA. Grayscale: #6A6A6A. Windows color (decimal): -8362427 or 4548224. OLE color: 4548224.

HSL color Cylindrical-coordinate representation of color #806645: hue angle of 33.56º 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 #806645 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 69 -
CMYK 0 0.20 0.46 0.50
HSL 33.56º 0.3% 0.39% -
HSV(B) 33.56º 0.46% 0.5% -
XYZ 14.73 14.52 7.66 -
YUV 106.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 128 102 69 0 0.20 0.46 0.50 33.56 0.3 0.39
Hex 80 66 45 0 14 2E 32 22 1E 27
Octal 200 146 105 0 24 56 62 42 36 47
Binary 10000000 1100110 1000101 0 10100 101110 110010 100010 11110 100111

Color Harmonies of #806645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806645

Black with #806645

Text Example


Text Example

White with #806645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806645; }

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

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

background-color css

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

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

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

border-color css

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

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

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