#060901

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

Shades of Pine Tree #060901

Tints of Pine Tree #060901

Color information

#060901 (or 0x060901) is unknown color: approx Pine Tree. HEX triplet: 06, 09 and 01. RGB value is (6,9,1). Sum of RGB (Red+Green+Blue) = 6+9+1=16 (2% of max value = 765). Red value is 6 (2.73% from 255 or 37.5% from 16); Green value is 9 (3.91% from 255 or 56.25% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 9 - color contains mainly: green. Hex color #060901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060901 is #F9F6FE. Grayscale: #070707. Windows color (decimal): -16381695 or 67846. OLE color: 67846.

HSL color Cylindrical-coordinate representation of color #060901: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060901 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.

Color convert

RGB691-
CMYK0.3300.890.96
HSL82.5º80%1.96%-
HSV(B)82.5º88.89%3.53%-
XYZ0.180.240.06-
YUV7.19124.51127.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 37.5%
GREEN value IS 9 (3.91% from 255) = 56.25%
BLUE value IS 1 (0.78% from 255) = 6.25%
R=37.5%
G=56.25%
B=6.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal6910.3300.890.9682.5801.96
Hex691210596052502
Octal61114101311401221202
Binary110100111000010101100111000001010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060901; }

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

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

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

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

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

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

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

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