Html Css Color HEX #816648 Dark Wood

📋 copy color: '#816648'

red 129 ◦ green 102 ◦ blue 72

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

Shades of Dark Wood #816648

Tints of Dark Wood #816648

RGB

 RED value IS 129 (50.78% from 255) = 42.57%

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

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

R = 42.57%
G = 33.66%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#816648 (or 0x816648) is known color: Dark Wood. HEX triplet: 81, 66 and 48. RGB value is (129,102,72). Sum of RGB (Red+Green+Blue) = 129+102+72=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #816648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816648 is #7E99B7. Grayscale: #6A6A6A. Windows color (decimal): -8296888 or 4744833. OLE color: 4744833.

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

Color convert

RGB 129 102 72 -
CMYK 0 0.21 0.44 0.49
HSL 31.58º 0.28% 0.39% -
HSV(B) 31.58º 0.44% 0.51% -
XYZ 14.97 14.64 8.17 -
YUV 106.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 129 102 72 0 0.21 0.44 0.49 31.58 0.28 0.39
Hex 81 66 48 0 15 2C 31 20 1C 27
Octal 201 146 110 0 25 54 61 40 34 47
Binary 10000001 1100110 1001000 0 10101 101100 110001 100000 11100 100111

Color Harmonies of #816648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816648

Black with #816648

Text Example


Text Example

White with #816648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816648; }

 p { color: rgb(129,102,72); }

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

background-color css

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

 a { background-color: rgb(129,102,72); }

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

border-color css

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

 span { border-color: rgb(129,102,72); }

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