#09643F

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

Shades of Jewel #09643F

Tints of Jewel #09643F

Color information

#09643F (or 0x09643F) is unknown color: approx Jewel. HEX triplet: 09, 64 and 3F. RGB value is (9,100,63). Sum of RGB (Red+Green+Blue) = 9+100+63=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #09643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09643F is #F69BC0. Grayscale: #444444. Windows color (decimal): -16161729 or 4154377. OLE color: 4154377.

HSL color Cylindrical-coordinate representation of color #09643F: hue angle of 155.6º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09643F is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB910063-
CMYK0.9100.370.61
HSL155.6º83.49%21.37%-
HSV(B)155.6º91%39.22%-
XYZ5.579.536.25-
YUV68.57124.8585.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 100 (39.45% from 255) = 58.14%
BLUE value IS 63 (25% from 255) = 36.63%
R=5.23%
G=58.14%
B=36.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100630.9100.370.61155.683.4921.37
Hex9643F5B0253D9c5315
Octal11144771330457523412325
Binary100111001001111111011011010010111110110011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09643F; }

 p { color: rgb(9,100,63); }

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

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

 a { background-color: rgb(9,100,63); }

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

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

 span { border-color: rgb(9,100,63); }

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