Html Css Color HEX #863342 Camelot

📋 copy color: '#863342'

red 134 ◦ green 51 ◦ blue 66

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

Shades of Camelot #863342

Tints of Camelot #863342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 53.39%
G = 20.32%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#863342 (or 0x863342) is known color: Camelot. HEX triplet: 86, 33 and 42. RGB value is (134,51,66). Sum of RGB (Red+Green+Blue) = 134+51+66=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #863342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863342 is #79CCBD. Grayscale: #4D4D4D. Windows color (decimal): -7982270 or 4338566. OLE color: 4338566.

HSL color Cylindrical-coordinate representation of color #863342: hue angle of 349.16º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863342 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 66 -
CMYK 0 0.62 0.51 0.47
HSL 349.16º 0.45% 0.36% -
HSV(B) 349.16º 0.62% 0.53% -
XYZ 12 7.83 6.03 -
YUV 77.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 134 51 66 0 0.62 0.51 0.47 349.16 0.45 0.36
Hex 86 33 42 0 3E 33 2F 15D 2D 24
Octal 206 63 102 0 76 63 57 535 55 44
Binary 10000110 110011 1000010 0 111110 110011 101111 101011101 101101 100100

Color Harmonies of #863342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863342

Black with #863342

Text Example


Text Example

White with #863342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863342; }

 p { color: rgb(134,51,66); }

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

background-color css

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

 a { background-color: rgb(134,51,66); }

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

border-color css

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

 span { border-color: rgb(134,51,66); }

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