#86635A

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

Shades of Russett #86635A

Tints of Russett #86635A

Color information

#86635A (or 0x86635A) is unknown color: approx Russett. HEX triplet: 86, 63 and 5A. RGB value is (134,99,90). Sum of RGB (Red+Green+Blue) = 134+99+90=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #86635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86635A is #799CA5. Grayscale: #6C6C6C. Windows color (decimal): -7969958 or 5923718. OLE color: 5923718.

HSL color Cylindrical-coordinate representation of color #86635A: hue angle of 12.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86635A is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1349990-
CMYK00.260.330.47
HSL12.27º19.64%43.92%-
HSV(B)12.27º32.84%52.55%-
XYZ16.1414.7311.67-
YUV108.44117.6146.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=41.49%
G=30.65%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134999000.260.330.4712.2719.6443.92
Hex86635A01A212Fc142c
Octal2061431320324157142454
Binary1000011011000111011010011010100001101111110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,99,90); }

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

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

 a { background-color: rgb(134,99,90); }

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

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

 span { border-color: rgb(134,99,90); }

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