#09603E

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

Shades of Jewel #09603E

Tints of Jewel #09603E

Color information

#09603E (or 0x09603E) is unknown color: approx Jewel. HEX triplet: 09, 60 and 3E. RGB value is (9,96,62). Sum of RGB (Red+Green+Blue) = 9+96+62=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #09603E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09603E is #F69FC1. Grayscale: #424242. Windows color (decimal): -16162754 or 4087817. OLE color: 4087817.

HSL color Cylindrical-coordinate representation of color #09603E: hue angle of 156.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09603E is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB99662-
CMYK0.9100.350.62
HSL156.55º82.86%20.59%-
HSV(B)156.55º90.62%37.65%-
XYZ5.178.775.98-
YUV66.11125.6887.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=5.39%
G=57.49%
B=37.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996620.9100.350.62156.5582.8620.59
Hex9603E5B0233E9d5315
Octal11140761330437623512325
Binary100111000001111101011011010001111111010011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09603E; }

 p { color: rgb(9,96,62); }

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

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

 a { background-color: rgb(9,96,62); }

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

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

 span { border-color: rgb(9,96,62); }

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