Html Css Color HEX #81614D Dark Wood

📋 copy color: '#81614D'

red 129 ◦ green 97 ◦ blue 77

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

Shades of Dark Wood #81614D

Tints of Dark Wood #81614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 42.57%
G = 32.01%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#81614D (or 0x81614D) is known color: Dark Wood. HEX triplet: 81, 61 and 4D. RGB value is (129,97,77). Sum of RGB (Red+Green+Blue) = 129+97+77=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81614D is #7E9EB2. Grayscale: #686868. Windows color (decimal): -8298163 or 5071233. OLE color: 5071233.

HSL color Cylindrical-coordinate representation of color #81614D: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81614D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 97 77 -
CMYK 0 0.25 0.40 0.49
HSL 23.08º 0.25% 0.4% -
HSV(B) 23.08º 0.4% 0.51% -
XYZ 14.67 13.75 8.9 -
YUV 104.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 129 97 77 0 0.25 0.40 0.49 23.08 0.25 0.4
Hex 81 61 4D 0 19 28 31 17 19 28
Octal 201 141 115 0 31 50 61 27 31 50
Binary 10000001 1100001 1001101 0 11001 101000 110001 10111 11001 101000

Color Harmonies of #81614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81614D

Black with #81614D

Text Example


Text Example

White with #81614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81614D; }

 p { color: rgb(129,97,77); }

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

background-color css

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

 a { background-color: rgb(129,97,77); }

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

border-color css

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

 span { border-color: rgb(129,97,77); }

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