#975632

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

Shades of Chelsea Gem #975632

Tints of Chelsea Gem #975632

Color information

#975632 (or 0x975632) is unknown color: approx Chelsea Gem. HEX triplet: 97, 56 and 32. RGB value is (151,86,50). Sum of RGB (Red+Green+Blue) = 151+86+50=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #975632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975632 is #68A9CD. Grayscale: #656565. Windows color (decimal): -6859214 or 3298967. OLE color: 3298967.

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

Color convert

RGB1518650-
CMYK00.430.670.41
HSL21.39º50.25%39.41%-
HSV(B)21.39º66.89%59.22%-
XYZ16.6713.474.74-
YUV101.3399.03163.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=52.61%
G=29.97%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151865000.430.670.4121.3950.2539.41
Hex97563202B4329153227
Octal2271266205310351256247
Binary1001011110101101100100101011100001110100110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975632; }

 p { color: rgb(151,86,50); }

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

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

 a { background-color: rgb(151,86,50); }

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

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

 span { border-color: rgb(151,86,50); }

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