Html Css Color HEX #816443 Dark Wood

📋 copy color: '#816443'

red 129 ◦ green 100 ◦ blue 67

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

Shades of Dark Wood #816443

Tints of Dark Wood #816443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 43.58%
G = 33.78%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#816443 (or 0x816443) is known color: Dark Wood. HEX triplet: 81, 64 and 43. RGB value is (129,100,67). Sum of RGB (Red+Green+Blue) = 129+100+67=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #816443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816443 is #7E9BBC. Grayscale: #696969. Windows color (decimal): -8297405 or 4416641. OLE color: 4416641.

HSL color Cylindrical-coordinate representation of color #816443: hue angle of 31.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #816443 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 100 67 -
CMYK 0 0.22 0.48 0.49
HSL 31.94º 0.32% 0.38% -
HSV(B) 31.94º 0.48% 0.51% -
XYZ 14.62 14.19 7.28 -
YUV 104.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 129 100 67 0 0.22 0.48 0.49 31.94 0.32 0.38
Hex 81 64 43 0 16 30 31 20 20 26
Octal 201 144 103 0 26 60 61 40 40 46
Binary 10000001 1100100 1000011 0 10110 110000 110001 100000 100000 100110

Color Harmonies of #816443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816443

Black with #816443

Text Example


Text Example

White with #816443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816443; }

 p { color: rgb(129,100,67); }

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

background-color css

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

 a { background-color: rgb(129,100,67); }

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

border-color css

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

 span { border-color: rgb(129,100,67); }

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