#09663C

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

Shades of Jewel #09663C

Tints of Jewel #09663C

Color information

#09663C (or 0x09663C) is unknown color: approx Jewel. HEX triplet: 09, 66 and 3C. RGB value is (9,102,60). Sum of RGB (Red+Green+Blue) = 9+102+60=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #09663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09663C is #F699C3. Grayscale: #454545. Windows color (decimal): -16161220 or 3958281. OLE color: 3958281.

HSL color Cylindrical-coordinate representation of color #09663C: hue angle of 152.9º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09663C is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB910260-
CMYK0.9100.410.6
HSL152.9º83.78%21.76%-
HSV(B)152.9º91.18%40%-
XYZ5.689.895.88-
YUV69.4122.6984.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=5.26%
G=59.65%
B=35.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102600.9100.410.6152.983.7821.76
Hex9663C5B0293C995416
Octal11146741330517423112426
Binary100111001101111001011011010100111110010011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09663C; }

 p { color: rgb(9,102,60); }

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

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

 a { background-color: rgb(9,102,60); }

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

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

 span { border-color: rgb(9,102,60); }

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