Html Css Color HEX #806448 Dark Wood

📋 copy color: '#806448'

red 128 ◦ green 100 ◦ blue 72

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

Shades of Dark Wood #806448

Tints of Dark Wood #806448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24%

R = 42.67%
G = 33.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#806448 (or 0x806448) is known color: Dark Wood. HEX triplet: 80, 64 and 48. RGB value is (128,100,72). Sum of RGB (Red+Green+Blue) = 128+100+72=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #806448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806448 is #7F9BB7. Grayscale: #696969. Windows color (decimal): -8362936 or 4744320. OLE color: 4744320.

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

Color convert

RGB 128 100 72 -
CMYK 0 0.22 0.44 0.50
HSL 30º 0.28% 0.39% -
HSV(B) 30º 0.44% 0.5% -
XYZ 14.63 14.17 8.1 -
YUV 105.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 128 100 72 0 0.22 0.44 0.50 30 0.28 0.39
Hex 80 64 48 0 16 2C 32 1E 1C 27
Octal 200 144 110 0 26 54 62 36 34 47
Binary 10000000 1100100 1001000 0 10110 101100 110010 11110 11100 100111

Color Harmonies of #806448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806448

Black with #806448

Text Example


Text Example

White with #806448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806448; }

 p { color: rgb(128,100,72); }

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

background-color css

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

 a { background-color: rgb(128,100,72); }

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

border-color css

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

 span { border-color: rgb(128,100,72); }

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