Html Css Color HEX #863668 Rose Bud Cherry

📋 copy color: '#863668'

red 134 ◦ green 54 ◦ blue 104

#863668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #863668

Tints of Rose Bud Cherry #863668

RGB

 RED value IS 134 (52.73% from 255) = 45.89%

 GREEN value IS 54 (21.48% from 255) = 18.49%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 45.89%
G = 18.49%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863668 (or 0x863668) is known color: Rose Bud Cherry. HEX triplet: 86, 36 and 68. RGB value is (134,54,104). Sum of RGB (Red+Green+Blue) = 134+54+104=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #863668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863668 is #79C997. Grayscale: #535353. Windows color (decimal): -7981464 or 6829702. OLE color: 6829702.

HSL color Cylindrical-coordinate representation of color #863668: hue angle of 322.5º 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 #863668 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 54 104 -
CMYK 0 0.60 0.22 0.47
HSL 322.5º 0.43% 0.37% -
HSV(B) 322.5º 0.6% 0.53% -
XYZ 13.65 8.71 14.06 -
YUV 83.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 134 54 104 0 0.60 0.22 0.47 322.5 0.43 0.37
Hex 86 36 68 0 3C 16 2F 142 2B 25
Octal 206 66 150 0 74 26 57 502 53 45
Binary 10000110 110110 1101000 0 111100 10110 101111 101000010 101011 100101

Color Harmonies of #863668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863668

Black with #863668

Text Example


Text Example

White with #863668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863668; }

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

 H1.HeaderClassName
 {
   color: #863668;
 }
 .AnyTagClassName
 {
   color: #863668;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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