#061101

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

Shades of Pine Tree #061101

Tints of Pine Tree #061101

Color information

#061101 (or 0x061101) is unknown color: approx Pine Tree. HEX triplet: 06, 11 and 01. RGB value is (6,17,1). Sum of RGB (Red+Green+Blue) = 6+17+1=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #061101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061101 is #F9EEFE. Grayscale: #0B0B0B. Windows color (decimal): -16379647 or 69894. OLE color: 69894.

HSL color Cylindrical-coordinate representation of color #061101: hue angle of 101.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061101 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB6171-
CMYK0.6500.940.93
HSL101.25º88.89%3.53%-
HSV(B)101.25º94.12%6.67%-
XYZ0.280.440.1-
YUV11.89121.86123.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 70.83%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=25%
G=70.83%
B=4.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61710.6500.940.93101.2588.893.53
Hex61114105E5D65594
Octal621110101361351451314
Binary110100011100000101011110101110111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061101; }

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

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

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

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

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

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

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

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