#846969

Color #846969 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #846969

Tints of Ferra #846969

Color information

#846969 (or 0x846969) is unknown color: approx Ferra. HEX triplet: 84, 69 and 69. RGB value is (132,105,105). Sum of RGB (Red+Green+Blue) = 132+105+105=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #846969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846969 is #7B9696. Grayscale: #717171. Windows color (decimal): -8099479 or 6908292. OLE color: 6908292.

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

Color convert

RGB132105105-
CMYK00.200.200.48
HSL11.39%46.47%-
HSV(B)20.45%51.76%-
XYZ17.1216.0315.56-
YUV113.07123.45141.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=38.60%
G=30.70%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210510500.200.200.48011.3946.47
Hex84696901414300b2e
Octal204151151024246001356
Binary10000100110100111010010101001010011000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846969; }

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

 H1.HeaderClassName
 {
   color: #846969;
 }
 .AnyTagClassName
 {
   color: #846969;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #846969;
 }
 .BgClassName
 {
   background-color: #846969;
 }
</style>
border-color css

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

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

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