Html Css Color HEX #84716A Ferra

📋 copy color: '#84716A'

red 132 ◦ green 113 ◦ blue 106

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

Shades of Ferra #84716A

Tints of Ferra #84716A

RGB

 RED value IS 132 (51.95% from 255) = 37.61%

 GREEN value IS 113 (44.53% from 255) = 32.19%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 37.61%
G = 32.19%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84716A (or 0x84716A) is known color: Ferra. HEX triplet: 84, 71 and 6A. RGB value is (132,113,106). Sum of RGB (Red+Green+Blue) = 132+113+106=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #84716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84716A is #7B8E95. Grayscale: #757575. Windows color (decimal): -8097430 or 6975876. OLE color: 6975876.

HSL color Cylindrical-coordinate representation of color #84716A: hue angle of 16.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84716A is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 113 106 -
CMYK 0 0.14 0.20 0.48
HSL 16.15º 0.11% 0.47% -
HSV(B) 16.15º 0.2% 0.52% -
XYZ 18.02 17.76 16.11 -
YUV 117.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 132 113 106 0 0.14 0.20 0.48 16.15 0.11 0.47
Hex 84 71 6A 0 E 14 30 10 B 2F
Octal 204 161 152 0 16 24 60 20 13 57
Binary 10000100 1110001 1101010 0 1110 10100 110000 10000 1011 101111

Color Harmonies of #84716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84716A

Black with #84716A

Text Example


Text Example

White with #84716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84716A; }

 p { color: rgb(132,113,106); }

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

background-color css

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

 a { background-color: rgb(132,113,106); }

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

border-color css

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

 span { border-color: rgb(132,113,106); }

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