#945633

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

Shades of Chelsea Gem #945633

Tints of Chelsea Gem #945633

Color information

#945633 (or 0x945633) is unknown color: approx Chelsea Gem. HEX triplet: 94, 56 and 33. RGB value is (148,86,51). Sum of RGB (Red+Green+Blue) = 148+86+51=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945633 is #6BA9CC. Grayscale: #646464. Windows color (decimal): -7055821 or 3364500. OLE color: 3364500.

HSL color Cylindrical-coordinate representation of color #945633: hue angle of 21.65º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #945633 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1488651-
CMYK00.420.660.42
HSL21.65º48.74%39.02%-
HSV(B)21.65º65.54%58.04%-
XYZ16.1413.194.83-
YUV100.55100.04161.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=51.93%
G=30.18%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148865100.420.660.4221.6548.7439.02
Hex94563302A422A163127
Octal2241266305210252266147
Binary1001010010101101100110101010100001010101010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945633; }

 p { color: rgb(148,86,51); }

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

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

 a { background-color: rgb(148,86,51); }

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

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

 span { border-color: rgb(148,86,51); }

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