Html Css Color HEX #81614C Dark Wood

📋 copy color: '#81614C'

red 129 ◦ green 97 ◦ blue 76

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

Shades of Dark Wood #81614C

Tints of Dark Wood #81614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 42.72%
G = 32.12%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#81614C (or 0x81614C) is known color: Dark Wood. HEX triplet: 81, 61 and 4C. RGB value is (129,97,76). Sum of RGB (Red+Green+Blue) = 129+97+76=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #81614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81614C is #7E9EB3. Grayscale: #686868. Windows color (decimal): -8298164 or 5005697. OLE color: 5005697.

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

Color convert

RGB 129 97 76 -
CMYK 0 0.25 0.41 0.49
HSL 23.77º 0.26% 0.4% -
HSV(B) 23.77º 0.41% 0.51% -
XYZ 14.63 13.74 8.72 -
YUV 104.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 129 97 76 0 0.25 0.41 0.49 23.77 0.26 0.4
Hex 81 61 4C 0 19 29 31 18 1A 28
Octal 201 141 114 0 31 51 61 30 32 50
Binary 10000001 1100001 1001100 0 11001 101001 110001 11000 11010 101000

Color Harmonies of #81614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81614C

Black with #81614C

Text Example


Text Example

White with #81614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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