Html Css Color HEX #863946 Camelot

📋 copy color: '#863946'

red 134 ◦ green 57 ◦ blue 70

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

Shades of Camelot #863946

Tints of Camelot #863946

RGB

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

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

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

R = 51.34%
G = 21.84%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#863946 (or 0x863946) is known color: Camelot. HEX triplet: 86, 39 and 46. RGB value is (134,57,70). Sum of RGB (Red+Green+Blue) = 134+57+70=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #863946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863946 is #79C6B9. Grayscale: #515151. Windows color (decimal): -7980730 or 4602246. OLE color: 4602246.

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

Color convert

RGB 134 57 70 -
CMYK 0 0.57 0.48 0.47
HSL 349.87º 0.4% 0.37% -
HSV(B) 349.87º 0.57% 0.53% -
XYZ 12.4 8.44 6.77 -
YUV 81.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 134 57 70 0 0.57 0.48 0.47 349.87 0.4 0.37
Hex 86 39 46 0 39 30 2F 15E 28 25
Octal 206 71 106 0 71 60 57 536 50 45
Binary 10000110 111001 1000110 0 111001 110000 101111 101011110 101000 100101

Color Harmonies of #863946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863946

Black with #863946

Text Example


Text Example

White with #863946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863946; }

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

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

background-color css

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

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

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

border-color css

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

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

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