#965730

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

Shades of Chelsea Gem #965730

Tints of Chelsea Gem #965730

Color information

#965730 (or 0x965730) is unknown color: approx Chelsea Gem. HEX triplet: 96, 57 and 30. RGB value is (150,87,48). Sum of RGB (Red+Green+Blue) = 150+87+48=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965730 is #69A8CF. Grayscale: #656565. Windows color (decimal): -6924496 or 3168150. OLE color: 3168150.

HSL color Cylindrical-coordinate representation of color #965730: hue angle of 22.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #965730 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1508748-
CMYK00.420.680.41
HSL22.94º51.52%38.82%-
HSV(B)22.94º68%58.82%-
XYZ16.5213.514.53-
YUV101.3997.87162.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=52.63%
G=30.53%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150874800.420.680.4122.9451.5238.82
Hex96573002A4429173427
Octal2261276005210451276447
Binary1001011010101111100000101010100010010100110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965730; }

 p { color: rgb(150,87,48); }

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

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

 a { background-color: rgb(150,87,48); }

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

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

 span { border-color: rgb(150,87,48); }

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