Html Css Color HEX #863965 Cosmic

📋 copy color: '#863965'

red 134 ◦ green 57 ◦ blue 101

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

Shades of Cosmic #863965

Tints of Cosmic #863965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 45.89%
G = 19.52%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863965 (or 0x863965) is known color: Cosmic. HEX triplet: 86, 39 and 65. RGB value is (134,57,101). Sum of RGB (Red+Green+Blue) = 134+57+101=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #863965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863965 is #79C69A. Grayscale: #545454. Windows color (decimal): -7980699 or 6633862. OLE color: 6633862.

HSL color Cylindrical-coordinate representation of color #863965: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863965 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 57 101 -
CMYK 0 0.57 0.25 0.47
HSL 325.71º 0.4% 0.37% -
HSV(B) 325.71º 0.57% 0.53% -
XYZ 13.64 8.93 13.32 -
YUV 85.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 134 57 101 0 0.57 0.25 0.47 325.71 0.4 0.37
Hex 86 39 65 0 39 19 2F 146 28 25
Octal 206 71 145 0 71 31 57 506 50 45
Binary 10000110 111001 1100101 0 111001 11001 101111 101000110 101000 100101

Color Harmonies of #863965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863965

Black with #863965

Text Example


Text Example

White with #863965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863965; }

 p { color: rgb(134,57,101); }

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

background-color css

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

 a { background-color: rgb(134,57,101); }

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

border-color css

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

 span { border-color: rgb(134,57,101); }

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