#834654

Color #834654 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #834654

Tints of Camelot #834654

Color information

#834654 (or 0x834654) is unknown color: approx Camelot. HEX triplet: 83, 46 and 54. RGB value is (131,70,84). Sum of RGB (Red+Green+Blue) = 131+70+84=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #834654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834654 is #7CB9AB. Grayscale: #595959. Windows color (decimal): -8173996 or 5523075. OLE color: 5523075.

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

Color convert

RGB1317084-
CMYK00.470.360.49
HSL346.23º30.35%39.41%-
HSV(B)346.23º46.56%51.37%-
XYZ13.159.859.59-
YUV89.83124.71157.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=45.96%
G=24.56%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131708400.470.360.49346.2330.3539.41
Hex83465402F243115a1e27
Octal20310612405744615323647
Binary1000001110001101010100010111110010011000110101101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834654; }

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

 H1.HeaderClassName
 {
   color: #834654;
 }
 .AnyTagClassName
 {
   color: #834654;
 }
</style>
background-color css

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

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

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

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

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

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