#091601

Color #091601 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #091601

Tints of Pine Tree #091601

Color information

#091601 (or 0x091601) is unknown color: approx Pine Tree. HEX triplet: 09, 16 and 01. RGB value is (9,22,1). Sum of RGB (Red+Green+Blue) = 9+22+1=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 22 (8.98% from 255 or 68.75% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 22 - color contains mainly: green. Hex color #091601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091601 is #F6E9FE. Grayscale: #0F0F0F. Windows color (decimal): -16181759 or 71177. OLE color: 71177.

HSL color Cylindrical-coordinate representation of color #091601: hue angle of 97.14º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091601 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.

Color convert

RGB9221-
CMYK0.5900.950.91
HSL97.14º91.3%4.51%-
HSV(B)97.14º95.45%8.63%-
XYZ0.410.630.13-
YUV15.72119.69123.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 28.12%
GREEN value IS 22 (8.98% from 255) = 68.75%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=28.12%
G=68.75%
B=3.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal92210.5900.950.9197.1491.34.51
Hex91613B05F5B615b5
Octal112617301371331411335
Binary100110110111101101011111101101111000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091601; }

 p { color: rgb(9,22,1); }

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

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

 a { background-color: rgb(9,22,1); }

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

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

 span { border-color: rgb(9,22,1); }

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