#0A1406

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

Shades of Pine Tree #0A1406

Tints of Pine Tree #0A1406

Color information

#0A1406 (or 0x0A1406) is unknown color: approx Pine Tree. HEX triplet: 0A, 14 and 06. RGB value is (10,20,6). Sum of RGB (Red+Green+Blue) = 10+20+6=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1406 is #F5EBF9. Grayscale: #0F0F0F. Windows color (decimal): -16116730 or 398346. OLE color: 398346.

HSL color Cylindrical-coordinate representation of color #0A1406: hue angle of 102.86º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A1406 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB10206-
CMYK0.5000.700.92
HSL102.86º53.85%5.1%-
HSV(B)102.86º70%7.84%-
XYZ0.410.580.26-
YUV15.41122.69124.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.78%
GREEN value IS 20 (8.20% from 255) = 55.56%
BLUE value IS 6 (2.73% from 255) = 16.67%
R=27.78%
G=55.56%
B=16.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal102060.5000.700.92102.8653.855.1
HexA146320465C67365
Octal12246620106134147665
Binary1010101001101100100100011010111001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1406; }

 p { color: rgb(10,20,6); }

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

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

 a { background-color: rgb(10,20,6); }

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

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

 span { border-color: rgb(10,20,6); }

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