#09691F

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

Shades of Crusoe #09691F

Tints of Crusoe #09691F

Color information

#09691F (or 0x09691F) is unknown color: approx Crusoe. HEX triplet: 09, 69 and 1F. RGB value is (9,105,31). Sum of RGB (Red+Green+Blue) = 9+105+31=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #09691F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09691F is #F696E0. Grayscale: #444444. Windows color (decimal): -16160481 or 2058505. OLE color: 2058505.

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

Color convert

RGB910531-
CMYK0.9100.700.59
HSL133.75º84.21%22.35%-
HSV(B)133.75º91.43%41.18%-
XYZ5.4110.262.99-
YUV67.86107.286.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 105 (41.41% from 255) = 72.41%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=6.21%
G=72.41%
B=21.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105310.9100.700.59133.7584.2122.35
Hex9691F5B0463B865416
Octal111513713301067320612426
Binary100111010011111110110110100011011101110000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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