Html Css Color HEX #84706A Ferra

📋 copy color: '#84706A'

red 132 ◦ green 112 ◦ blue 106

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

Shades of Ferra #84706A

Tints of Ferra #84706A

RGB

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

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

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

R = 37.71%
G = 32%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84706A (or 0x84706A) is known color: Ferra. HEX triplet: 84, 70 and 6A. RGB value is (132,112,106). Sum of RGB (Red+Green+Blue) = 132+112+106=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #84706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84706A is #7B8F95. Grayscale: #757575. Windows color (decimal): -8097686 or 6975620. OLE color: 6975620.

HSL color Cylindrical-coordinate representation of color #84706A: hue angle of 13.85º 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 #84706A is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 112 106 -
CMYK 0 0.15 0.20 0.48
HSL 13.85º 0.11% 0.47% -
HSV(B) 13.85º 0.2% 0.52% -
XYZ 17.91 17.53 16.08 -
YUV 117.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 132 112 106 0 0.15 0.20 0.48 13.85 0.11 0.47
Hex 84 70 6A 0 F 14 30 E B 2F
Octal 204 160 152 0 17 24 60 16 13 57
Binary 10000100 1110000 1101010 0 1111 10100 110000 1110 1011 101111

Color Harmonies of #84706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84706A

Black with #84706A

Text Example


Text Example

White with #84706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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