Html Css Color HEX #864359 Camelot

📋 copy color: '#864359'

red 134 ◦ green 67 ◦ blue 89

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

Shades of Camelot #864359

Tints of Camelot #864359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 46.21%
G = 23.1%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#864359 (or 0x864359) is known color: Camelot. HEX triplet: 86, 43 and 59. RGB value is (134,67,89). Sum of RGB (Red+Green+Blue) = 134+67+89=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #864359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864359 is #79BCA6. Grayscale: #595959. Windows color (decimal): -7978151 or 5849990. OLE color: 5849990.

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

Color convert

RGB 134 67 89 -
CMYK 0 0.5 0.34 0.47
HSL 340.3º 0.33% 0.39% -
HSV(B) 340.3º 0.5% 0.53% -
XYZ 13.64 9.8 10.62 -
YUV 89.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 134 67 89 0 0.5 0.34 0.47 340.3 0.33 0.39
Hex 86 43 59 0 32 22 2F 154 21 27
Octal 206 103 131 0 62 42 57 524 41 47
Binary 10000110 1000011 1011001 0 110010 100010 101111 101010100 100001 100111

Color Harmonies of #864359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864359

Black with #864359

Text Example


Text Example

White with #864359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864359; }

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

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

background-color css

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

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

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

border-color css

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

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

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