#915628

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

Shades of Chelsea Gem #915628

Tints of Chelsea Gem #915628

Color information

#915628 (or 0x915628) is unknown color: approx Chelsea Gem. HEX triplet: 91, 56 and 28. RGB value is (145,86,40). Sum of RGB (Red+Green+Blue) = 145+86+40=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #915628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915628 is #6EA9D7. Grayscale: #626262. Windows color (decimal): -7252440 or 2643601. OLE color: 2643601.

HSL color Cylindrical-coordinate representation of color #915628: hue angle of 26.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #915628 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1458640-
CMYK00.410.720.43
HSL26.29º56.76%36.27%-
HSV(B)26.29º72.41%56.86%-
XYZ15.3912.833.67-
YUV98.495.05161.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=53.51%
G=31.73%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145864000.410.720.4326.2956.7636.27
Hex915628029482B1a3924
Octal2211265005111053327144
Binary1001000110101101010000101001100100010101111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915628; }

 p { color: rgb(145,86,40); }

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

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

 a { background-color: rgb(145,86,40); }

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

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

 span { border-color: rgb(145,86,40); }

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