#09601C

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

Shades of Crusoe #09601C

Tints of Crusoe #09601C

Color information

#09601C (or 0x09601C) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 1C. RGB value is (9,96,28). Sum of RGB (Red+Green+Blue) = 9+96+28=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #09601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09601C is #F69FE3. Grayscale: #3E3E3E. Windows color (decimal): -16162788 or 1859593. OLE color: 1859593.

HSL color Cylindrical-coordinate representation of color #09601C: hue angle of 133.1º 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 #09601C is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB99628-
CMYK0.9100.710.62
HSL133.1º82.86%20.59%-
HSV(B)133.1º90.62%37.65%-
XYZ4.518.512.5-
YUV62.24108.6890.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=6.77%
G=72.18%
B=21.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996280.9100.710.62133.182.8620.59
Hex9601C5B0473E855315
Octal111403413301077620512325
Binary100111000001110010110110100011111111010000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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