#09661F

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

Shades of Crusoe #09661F

Tints of Crusoe #09661F

Color information

#09661F (or 0x09661F) is unknown color: approx Crusoe. HEX triplet: 09, 66 and 1F. RGB value is (9,102,31). Sum of RGB (Red+Green+Blue) = 9+102+31=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #09661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09661F is #F699E0. Grayscale: #424242. Windows color (decimal): -16161249 or 2057737. OLE color: 2057737.

HSL color Cylindrical-coordinate representation of color #09661F: hue angle of 134.19º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09661F is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB910231-
CMYK0.9100.700.6
HSL134.19º83.78%21.76%-
HSV(B)134.19º91.18%40%-
XYZ5.119.662.89-
YUV66.1108.1987.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 102 (40.23% from 255) = 71.83%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=6.34%
G=71.83%
B=21.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102310.9100.700.6134.1983.7821.76
Hex9661F5B0463C865416
Octal111463713301067420612426
Binary100111001101111110110110100011011110010000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,102,31); }

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

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

 a { background-color: rgb(9,102,31); }

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

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

 span { border-color: rgb(9,102,31); }

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