#09641E

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

Shades of Crusoe #09641E

Tints of Crusoe #09641E

Color information

#09641E (or 0x09641E) is unknown color: approx Crusoe. HEX triplet: 09, 64 and 1E. RGB value is (9,100,30). Sum of RGB (Red+Green+Blue) = 9+100+30=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #09641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09641E is #F69BE1. Grayscale: #414141. Windows color (decimal): -16161762 or 1991689. OLE color: 1991689.

HSL color Cylindrical-coordinate representation of color #09641E: hue angle of 133.85º 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 #09641E is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB910030-
CMYK0.9100.700.61
HSL133.85º83.49%21.37%-
HSV(B)133.85º91%39.22%-
XYZ4.99.272.76-
YUV64.81108.3588.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 100 (39.45% from 255) = 71.94%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=6.47%
G=71.94%
B=21.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100300.9100.700.61133.8583.4921.37
Hex9641E5B0463D865315
Octal111443613301067520612325
Binary100111001001111010110110100011011110110000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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