#060801

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

Shades of Pine Tree #060801

Tints of Pine Tree #060801

Color information

#060801 (or 0x060801) is unknown color: approx Pine Tree. HEX triplet: 06, 08 and 01. RGB value is (6,8,1). Sum of RGB (Red+Green+Blue) = 6+8+1=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 8 (3.52% from 255 or 53.33% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 8 - color contains mainly: green. Hex color #060801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060801 is #F9F7FE. Grayscale: #060606. Windows color (decimal): -16381951 or 67590. OLE color: 67590.

HSL color Cylindrical-coordinate representation of color #060801: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060801 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB681-
CMYK0.2500.880.97
HSL77.14º77.78%1.76%-
HSV(B)77.14º87.5%3.14%-
XYZ0.170.210.06-
YUV6.6124.84127.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 53.33%
BLUE value IS 1 (0.78% from 255) = 6.67%
R=40%
G=53.33%
B=6.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6810.2500.880.9777.1477.781.76
Hex68119058614d4e2
Octal61013101301411151162
Binary11010001110010101100011000011001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060801; }

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

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

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

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

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

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

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

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