Html Css Color HEX #060805 Pine Tree

📋 copy color: '#060805'

red 6 ◦ green 8 ◦ blue 5

#060805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #060805

Tints of Pine Tree #060805

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 value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.97

RGB Variations

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

Color information

#060805 (or 0x060805) is known color: 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

RGB 6 8 5 -
CMYK 0.25 0 0.38 0.97
HSL 100º 0.23% 0.03% -
HSV(B) 100º 0.38% 0.03% -
XYZ 0.19 0.22 0.18 -
YUV 7.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 6 8 5 0.25 0 0.38 0.97 100 0.23 0.03
Hex 6 8 5 19 0 26 61 64 17 3
Octal 6 10 5 31 0 46 141 144 27 3
Binary 110 1000 101 11001 0 100110 1100001 1100100 10111 11

Color Harmonies of #060805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060805

Black with #060805

Text Example


Text Example

White with #060805

Text Example


Text Example

HTML Codes & Css Web 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>