Html Css Color HEX #863646 Camelot

📋 copy color: '#863646'

red 134 ◦ green 54 ◦ blue 70

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

Shades of Camelot #863646

Tints of Camelot #863646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 51.94%
G = 20.93%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#863646 (or 0x863646) is known color: Camelot. HEX triplet: 86, 36 and 46. RGB value is (134,54,70). Sum of RGB (Red+Green+Blue) = 134+54+70=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863646 is #79C9B9. Grayscale: #4F4F4F. Windows color (decimal): -7981498 or 4601478. OLE color: 4601478.

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

Color convert

RGB 134 54 70 -
CMYK 0 0.60 0.48 0.47
HSL 348º 0.43% 0.37% -
HSV(B) 348º 0.6% 0.53% -
XYZ 12.26 8.15 6.72 -
YUV 79.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 134 54 70 0 0.60 0.48 0.47 348 0.43 0.37
Hex 86 36 46 0 3C 30 2F 15C 2B 25
Octal 206 66 106 0 74 60 57 534 53 45
Binary 10000110 110110 1000110 0 111100 110000 101111 101011100 101011 100101

Color Harmonies of #863646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863646

Black with #863646

Text Example


Text Example

White with #863646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863646; }

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

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

background-color css

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

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

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

border-color css

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

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

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