#060805

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

Shades of Pine Tree #060805

Tints of Pine Tree #060805

Color information

#060805 (or 0x060805) is unknown color: approx Pine Tree. HEX triplet: 06, 08 and 05. RGB value is (6,8,5). Sum of RGB (Red+Green+Blue) = 6+8+5=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 8 - color contains mainly: green. Hex color #060805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060805 is #F9F7FA. Grayscale: #070707. Windows color (decimal): -16381947 or 329734. OLE color: 329734.

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

Color convert

RGB685-
CMYK0.2500.380.97
HSL100º23.08%2.55%-
HSV(B)100º37.5%3.14%-
XYZ0.190.220.18-
YUV7.06126.84127.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 31.58%
GREEN value IS 8 (3.52% from 255) = 42.11%
BLUE value IS 5 (2.34% from 255) = 26.32%
R=31.58%
G=42.11%
B=26.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6850.2500.380.9710023.082.55
Hex685190266164173
Octal610531046141144273
Binary1101000101110010100110110000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060805; }

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

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

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

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

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

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

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

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