Html Css Color HEX #81706D Ferra

📋 copy color: '#81706D'

red 129 ◦ green 112 ◦ blue 109

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

Shades of Ferra #81706D

Tints of Ferra #81706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 36.86%
G = 32%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81706D (or 0x81706D) is known color: Ferra. HEX triplet: 81, 70 and 6D. RGB value is (129,112,109). Sum of RGB (Red+Green+Blue) = 129+112+109=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #81706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81706D is #7E8F92. Grayscale: #747474. Windows color (decimal): -8294291 or 7172225. OLE color: 7172225.

HSL color Cylindrical-coordinate representation of color #81706D: hue angle of 9º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81706D is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 112 109 -
CMYK 0 0.13 0.16 0.49
HSL 0.08% 0.47% -
HSV(B) 0.16% 0.51% -
XYZ 17.61 17.36 16.89 -
YUV 116.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 129 112 109 0 0.13 0.16 0.49 9 0.08 0.47
Hex 81 70 6D 0 D 10 31 9 8 2F
Octal 201 160 155 0 15 20 61 11 10 57
Binary 10000001 1110000 1101101 0 1101 10000 110001 1001 1000 101111

Color Harmonies of #81706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81706D

Black with #81706D

Text Example


Text Example

White with #81706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,112,109); }

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

background-color css

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

 a { background-color: rgb(129,112,109); }

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

border-color css

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

 span { border-color: rgb(129,112,109); }

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