Html Css Color HEX #863844 Camelot

📋 copy color: '#863844'

red 134 ◦ green 56 ◦ blue 68

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

Shades of Camelot #863844

Tints of Camelot #863844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

 BLUE value IS 68 (26.95% from 255) = 26.36%

R = 51.94%
G = 21.71%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#863844 (or 0x863844) is known color: Camelot. HEX triplet: 86, 38 and 44. RGB value is (134,56,68). Sum of RGB (Red+Green+Blue) = 134+56+68=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863844 is #79C7BB. Grayscale: #505050. Windows color (decimal): -7980988 or 4470918. OLE color: 4470918.

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

Color convert

RGB 134 56 68 -
CMYK 0 0.58 0.49 0.47
HSL 350.77º 0.41% 0.37% -
HSV(B) 350.77º 0.58% 0.53% -
XYZ 12.29 8.31 6.43 -
YUV 80.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 134 56 68 0 0.58 0.49 0.47 350.77 0.41 0.37
Hex 86 38 44 0 3A 31 2F 15F 29 25
Octal 206 70 104 0 72 61 57 537 51 45
Binary 10000110 111000 1000100 0 111010 110001 101111 101011111 101001 100101

Color Harmonies of #863844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863844

Black with #863844

Text Example


Text Example

White with #863844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863844; }

 p { color: rgb(134,56,68); }

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

background-color css

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

 a { background-color: rgb(134,56,68); }

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

border-color css

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

 span { border-color: rgb(134,56,68); }

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