Html Css Color HEX #863341 Camelot

📋 copy color: '#863341'

red 134 ◦ green 51 ◦ blue 65

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

Shades of Camelot #863341

Tints of Camelot #863341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26%

R = 53.6%
G = 20.4%
B = 26%

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

#863341 (or 0x863341) is known color: Camelot. HEX triplet: 86, 33 and 41. RGB value is (134,51,65). Sum of RGB (Red+Green+Blue) = 134+51+65=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #863341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863341 is #79CCBE. Grayscale: #4D4D4D. Windows color (decimal): -7982271 or 4273030. OLE color: 4273030.

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

Color convert

RGB 134 51 65 -
CMYK 0 0.62 0.51 0.47
HSL 349.88º 0.45% 0.36% -
HSV(B) 349.88º 0.62% 0.53% -
XYZ 11.97 7.82 5.88 -
YUV 77.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 134 51 65 0 0.62 0.51 0.47 349.88 0.45 0.36
Hex 86 33 41 0 3E 33 2F 15E 2D 24
Octal 206 63 101 0 76 63 57 536 55 44
Binary 10000110 110011 1000001 0 111110 110011 101111 101011110 101101 100100

Color Harmonies of #863341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863341

Black with #863341

Text Example


Text Example

White with #863341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863341; }

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

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

background-color css

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

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

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

border-color css

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

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

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