#09611C

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

Shades of Crusoe #09611C

Tints of Crusoe #09611C

Color information

#09611C (or 0x09611C) is unknown color: approx Crusoe. HEX triplet: 09, 61 and 1C. RGB value is (9,97,28). Sum of RGB (Red+Green+Blue) = 9+97+28=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #09611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09611C is #F69EE3. Grayscale: #3F3F3F. Windows color (decimal): -16162532 or 1859849. OLE color: 1859849.

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

Color convert

RGB99728-
CMYK0.9100.710.62
HSL132.95º83.02%20.78%-
HSV(B)132.95º90.72%38.04%-
XYZ4.68.692.53-
YUV62.82108.3589.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 97 (38.28% from 255) = 72.39%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=6.72%
G=72.39%
B=20.90%

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
Decimal997280.9100.710.62132.9583.0220.78
Hex9611C5B0473E855315
Octal111413413301077620512325
Binary100111000011110010110110100011111111010000101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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