Html Css Color HEX #864455 Camelot

📋 copy color: '#864455'

red 134 ◦ green 68 ◦ blue 85

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

Shades of Camelot #864455

Tints of Camelot #864455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 85 (33.59% from 255) = 29.62%

R = 46.69%
G = 23.69%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#864455 (or 0x864455) is known color: Camelot. HEX triplet: 86, 44 and 55. RGB value is (134,68,85). Sum of RGB (Red+Green+Blue) = 134+68+85=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #864455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864455 is #79BBAA. Grayscale: #595959. Windows color (decimal): -7977899 or 5588102. OLE color: 5588102.

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

Color convert

RGB 134 68 85 -
CMYK 0 0.49 0.37 0.47
HSL 344.55º 0.33% 0.4% -
HSV(B) 344.55º 0.49% 0.53% -
XYZ 13.54 9.86 9.78 -
YUV 89.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 134 68 85 0 0.49 0.37 0.47 344.55 0.33 0.4
Hex 86 44 55 0 31 25 2F 159 21 28
Octal 206 104 125 0 61 45 57 531 41 50
Binary 10000110 1000100 1010101 0 110001 100101 101111 101011001 100001 101000

Color Harmonies of #864455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864455

Black with #864455

Text Example


Text Example

White with #864455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864455; }

 p { color: rgb(134,68,85); }

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

background-color css

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

 a { background-color: rgb(134,68,85); }

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

border-color css

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

 span { border-color: rgb(134,68,85); }

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