Html Css Color HEX #863746 Camelot

📋 copy color: '#863746'

red 134 ◦ green 55 ◦ blue 70

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

Shades of Camelot #863746

Tints of Camelot #863746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

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

R = 51.74%
G = 21.24%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#863746 (or 0x863746) is known color: Camelot. HEX triplet: 86, 37 and 46. RGB value is (134,55,70). Sum of RGB (Red+Green+Blue) = 134+55+70=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863746 is #79C8B9. Grayscale: #505050. Windows color (decimal): -7981242 or 4601734. OLE color: 4601734.

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

Color convert

RGB 134 55 70 -
CMYK 0 0.59 0.48 0.47
HSL 348.61º 0.42% 0.37% -
HSV(B) 348.61º 0.59% 0.53% -
XYZ 12.3 8.24 6.74 -
YUV 80.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 134 55 70 0 0.59 0.48 0.47 348.61 0.42 0.37
Hex 86 37 46 0 3B 30 2F 15D 2A 25
Octal 206 67 106 0 73 60 57 535 52 45
Binary 10000110 110111 1000110 0 111011 110000 101111 101011101 101010 100101

Color Harmonies of #863746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863746

Black with #863746

Text Example


Text Example

White with #863746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863746; }

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

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

background-color css

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

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

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

border-color css

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

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

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