Html Css Color HEX #81614B Dark Wood

📋 copy color: '#81614B'

red 129 ◦ green 97 ◦ blue 75

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

Shades of Dark Wood #81614B

Tints of Dark Wood #81614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 42.86%
G = 32.23%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#81614B (or 0x81614B) is known color: Dark Wood. HEX triplet: 81, 61 and 4B. RGB value is (129,97,75). Sum of RGB (Red+Green+Blue) = 129+97+75=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #81614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81614B is #7E9EB4. Grayscale: #686868. Windows color (decimal): -8298165 or 4940161. OLE color: 4940161.

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

Color convert

RGB 129 97 75 -
CMYK 0 0.25 0.42 0.49
HSL 24.44º 0.26% 0.4% -
HSV(B) 24.44º 0.42% 0.51% -
XYZ 14.6 13.72 8.54 -
YUV 104.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 129 97 75 0 0.25 0.42 0.49 24.44 0.26 0.4
Hex 81 61 4B 0 19 2A 31 18 1A 28
Octal 201 141 113 0 31 52 61 30 32 50
Binary 10000001 1100001 1001011 0 11001 101010 110001 11000 11010 101000

Color Harmonies of #81614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81614B

Black with #81614B

Text Example


Text Example

White with #81614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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