#84685F

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

Shades of Russett #84685F

Tints of Russett #84685F

Color information

#84685F (or 0x84685F) is unknown color: approx Russett. HEX triplet: 84, 68 and 5F. RGB value is (132,104,95). Sum of RGB (Red+Green+Blue) = 132+104+95=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #84685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84685F is #7B97A0. Grayscale: #6F6F6F. Windows color (decimal): -8099745 or 6252676. OLE color: 6252676.

HSL color Cylindrical-coordinate representation of color #84685F: hue angle of 14.59º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84685F is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13210495-
CMYK00.210.280.48
HSL14.59º16.3%44.51%-
HSV(B)14.59º28.03%51.76%-
XYZ16.5315.6312.97-
YUV111.35118.78142.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=39.88%
G=31.42%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321049500.210.280.4814.5916.344.51
Hex84685F0151C30f102d
Octal2041501370253460172055
Binary100001001101000101111101010111100110000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84685F; }

 p { color: rgb(132,104,95); }

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

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

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

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

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

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

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