Html Css Color HEX #834656 Camelot

📋 copy color: '#834656'

red 131 ◦ green 70 ◦ blue 86

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

Shades of Camelot #834656

Tints of Camelot #834656

RGB

 RED value IS 131 (51.56% from 255) = 45.64%

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 45.64%
G = 24.39%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#834656 (or 0x834656) is known color: Camelot. HEX triplet: 83, 46 and 56. RGB value is (131,70,86). Sum of RGB (Red+Green+Blue) = 131+70+86=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #834656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834656 is #7CB9A9. Grayscale: #5A5A5A. Windows color (decimal): -8173994 or 5654147. OLE color: 5654147.

HSL color Cylindrical-coordinate representation of color #834656: hue angle of 344.26º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834656 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 86 -
CMYK 0 0.47 0.34 0.49
HSL 344.26º 0.3% 0.39% -
HSV(B) 344.26º 0.47% 0.51% -
XYZ 13.23 9.88 10.01 -
YUV 90.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 131 70 86 0 0.47 0.34 0.49 344.26 0.3 0.39
Hex 83 46 56 0 2F 22 31 158 1E 27
Octal 203 106 126 0 57 42 61 530 36 47
Binary 10000011 1000110 1010110 0 101111 100010 110001 101011000 11110 100111

Color Harmonies of #834656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834656

Black with #834656

Text Example


Text Example

White with #834656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834656; }

 p { color: rgb(131,70,86); }

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

background-color css

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

 a { background-color: rgb(131,70,86); }

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

border-color css

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

 span { border-color: rgb(131,70,86); }

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