Html Css Color HEX #060704 Pine Tree

📋 copy color: '#060704'

red 6 ◦ green 7 ◦ blue 4

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

Shades of Pine Tree #060704

Tints of Pine Tree #060704

RGB

 RED value IS 6 (2.73% from 255) = 35.29%

 GREEN value IS 7 (3.13% from 255) = 41.18%

 BLUE value IS 4 (1.95% from 255) = 23.53%

R = 35.29%
G = 41.18%
B = 23.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.97

RGB Variations

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

Color information

#060704 (or 0x060704) is known color: Pine Tree. HEX triplet: 06, 07 and 04. RGB value is (6,7,4). Sum of RGB (Red+Green+Blue) = 6+7+4=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 7 (3.12% from 255 or 41.18% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 7 - color contains mainly: green. Hex color #060704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060704 is #F9F8FB. Grayscale: #060606. Windows color (decimal): -16382204 or 263942. OLE color: 263942.

HSL color Cylindrical-coordinate representation of color #060704: hue angle of 80º degrees, saturation: 0.27, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #060704 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.97.

Color convert

RGB 6 7 4 -
CMYK 0.14 0 0.43 0.97
HSL 80º 0.27% 0.02% -
HSV(B) 80º 0.43% 0.03% -
XYZ 0.17 0.2 0.14 -
YUV 6.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 6 7 4 0.14 0 0.43 0.97 80 0.27 0.02
Hex 6 7 4 E 0 2B 61 50 1B 2
Octal 6 7 4 16 0 53 141 120 33 2
Binary 110 111 100 1110 0 101011 1100001 1010000 11011 10

Color Harmonies of #060704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060704

Black with #060704

Text Example


Text Example

White with #060704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060704; }

 p { color: rgb(6,7,4); }

 H1.HeaderClassName
 {
   color: #060704;
 }
 .AnyTagClassName
 {
   color: #060704;
 }
</style>

background-color css

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

 a { background-color: rgb(6,7,4); }

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

border-color css

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

 span { border-color: rgb(6,7,4); }

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