#09651F

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

Shades of Crusoe #09651F

Tints of Crusoe #09651F

Color information

#09651F (or 0x09651F) is unknown color: approx Crusoe. HEX triplet: 09, 65 and 1F. RGB value is (9,101,31). Sum of RGB (Red+Green+Blue) = 9+101+31=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #09651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09651F is #F69AE0. Grayscale: #414141. Windows color (decimal): -16161505 or 2057481. OLE color: 2057481.

HSL color Cylindrical-coordinate representation of color #09651F: hue angle of 134.35º 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 #09651F is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB910131-
CMYK0.9100.690.60
HSL134.35º83.64%21.57%-
HSV(B)134.35º91.09%39.61%-
XYZ5.019.462.86-
YUV65.51108.5287.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 101 (39.84% from 255) = 71.63%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=6.38%
G=71.63%
B=21.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101310.9100.690.60134.3583.6421.57
Hex9651F5B0453C865416
Octal111453713301057420612426
Binary100111001011111110110110100010111110010000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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