#061000

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

Shades of Pine Tree #061000

Tints of Pine Tree #061000

Color information

#061000 (or 0x061000) is unknown color: approx Pine Tree. HEX triplet: 06, 10 and 00. RGB value is (6,16,0). Sum of RGB (Red+Green+Blue) = 6+16+0=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #061000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061000 is #F9EFFF. Grayscale: #0B0B0B. Windows color (decimal): -16379904 or 4102. OLE color: 4102.

HSL color Cylindrical-coordinate representation of color #061000: hue angle of 97.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061000 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB6160-
CMYK0.62010.94
HSL97.5º100%3.14%-
HSV(B)97.5º100%6.27%-
XYZ0.260.410.07-
YUV11.19121.69124.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 27.27%
GREEN value IS 16 (6.64% from 255) = 72.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.27%
G=72.73%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal61600.62010.9497.51003.14
Hex61003E0645E62643
Octal62007601441361421443
Binary1101000001111100110010010111101100010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061000; }

 p { color: rgb(6,16,0); }

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

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

 a { background-color: rgb(6,16,0); }

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

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

 span { border-color: rgb(6,16,0); }

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