#86435B

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

Shades of Cosmic #86435B

Tints of Cosmic #86435B

Color information

#86435B (or 0x86435B) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 5B. RGB value is (134,67,91). Sum of RGB (Red+Green+Blue) = 134+67+91=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86435B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86435B is #79BCA4. Grayscale: #595959. Windows color (decimal): -7978149 or 5981062. OLE color: 5981062.

HSL color Cylindrical-coordinate representation of color #86435B: hue angle of 338.51º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86435B is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1346791-
CMYK00.50.320.47
HSL338.51º33.33%39.41%-
HSV(B)338.51º50%52.55%-
XYZ13.739.8411.07-
YUV89.77128.7159.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=45.89%
G=22.95%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134679100.50.320.47338.5133.3339.41
Hex86435B032202F1532127
Octal20610313306240575234147
Binary10000110100001110110110110010100000101111101010011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86435B; }

 p { color: rgb(134,67,91); }

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

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

 a { background-color: rgb(134,67,91); }

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

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

 span { border-color: rgb(134,67,91); }

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