#061102

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

Shades of Pine Tree #061102

Tints of Pine Tree #061102

Color information

#061102 (or 0x061102) is unknown color: approx Pine Tree. HEX triplet: 06, 11 and 02. RGB value is (6,17,2). Sum of RGB (Red+Green+Blue) = 6+17+2=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #061102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061102 is #F9EEFD. Grayscale: #0C0C0C. Windows color (decimal): -16379646 or 135430. OLE color: 135430.

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

Color convert

RGB6172-
CMYK0.6500.880.93
HSL104º78.95%3.73%-
HSV(B)104º88.24%6.67%-
XYZ0.290.440.13-
YUV12122.36123.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 17 (7.03% from 255) = 68%
BLUE value IS 2 (1.17% from 255) = 8%
R=24%
G=68%
B=8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61720.6500.880.9310478.953.73
Hex6112410585D684f4
Octal621210101301351501174
Binary1101000110100000101011000101110111010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061102; }

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

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

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

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

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

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

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

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