Html Css Color HEX #846B6B Ferra

📋 copy color: '#846B6B'

red 132 ◦ green 107 ◦ blue 107

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

Shades of Ferra #846B6B

Tints of Ferra #846B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 38.15%
G = 30.92%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#846B6B (or 0x846B6B) is known color: Ferra. HEX triplet: 84, 6B and 6B. RGB value is (132,107,107). Sum of RGB (Red+Green+Blue) = 132+107+107=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B6B is #7B9494. Grayscale: #727272. Windows color (decimal): -8098965 or 7039876. OLE color: 7039876.

HSL color Cylindrical-coordinate representation of color #846B6B: hue angle of 0º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846B6B is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 107 107 -
CMYK 0 0.19 0.19 0.48
HSL 0.1% 0.47% -
HSV(B) 0.19% 0.52% -
XYZ 17.43 16.48 16.17 -
YUV 114.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 132 107 107 0 0.19 0.19 0.48 0 0.1 0.47
Hex 84 6B 6B 0 13 13 30 0 A 2F
Octal 204 153 153 0 23 23 60 0 12 57
Binary 10000100 1101011 1101011 0 10011 10011 110000 0 1010 101111

Color Harmonies of #846B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846B6B

Black with #846B6B

Text Example


Text Example

White with #846B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846B6B; }

 p { color: rgb(132,107,107); }

 H1.HeaderClassName
 {
   color: #846B6B;
 }
 .AnyTagClassName
 {
   color: #846B6B;
 }
</style>

background-color css

<style>
 a { background-color: #846B6B; }

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

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

border-color css

<style>
 span { border-color: #846B6B; }

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

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