#863656

Color #863656 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #863656

Tints of Rose Bud Cherry #863656

Color information

#863656 (or 0x863656) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 36 and 56. RGB value is (134,54,86). Sum of RGB (Red+Green+Blue) = 134+54+86=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #863656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863656 is #79C9A9. Grayscale: #515151. Windows color (decimal): -7981482 or 5650054. OLE color: 5650054.

HSL color Cylindrical-coordinate representation of color #863656: hue angle of 336º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863656 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1345486-
CMYK00.600.360.47
HSL336º42.55%36.86%-
HSV(B)336º59.7%52.55%-
XYZ12.838.389.75-
YUV81.57130.5165.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=48.91%
G=19.71%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134548600.600.360.4733642.5536.86
Hex86365603C242F1502b25
Octal2066612607444575205345
Binary1000011011011010101100111100100100101111101010000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863656; }

 p { color: rgb(134,54,86); }

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

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

 a { background-color: rgb(134,54,86); }

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

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

 span { border-color: rgb(134,54,86); }

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