Html Css Color HEX #060901 Pine Tree

📋 copy color: '#060901'

red 6 ◦ green 9 ◦ blue 1

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

Shades of Pine Tree #060901

Tints of Pine Tree #060901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 56.25%

 BLUE value IS 1 (0.78% from 255) = 6.25%

R = 37.5%
G = 56.25%
B = 6.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.96

RGB Variations

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

Color information

#060901 (or 0x060901) is known color: Pine Tree. HEX triplet: 06, 09 and 01. RGB value is (6,9,1). Sum of RGB (Red+Green+Blue) = 6+9+1=16 (2% of max value = 765). Red value is 6 (2.73% from 255 or 37.5% from 16); Green value is 9 (3.91% from 255 or 56.25% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 9 - color contains mainly: green. Hex color #060901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060901 is #F9F6FE. Grayscale: #070707. Windows color (decimal): -16381695 or 67846. OLE color: 67846.

HSL color Cylindrical-coordinate representation of color #060901: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060901 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 9 1 -
CMYK 0.33 0 0.89 0.96
HSL 82.5º 0.8% 0.02% -
HSV(B) 82.5º 0.89% 0.04% -
XYZ 0.18 0.24 0.06 -
YUV 7.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 6 9 1 0.33 0 0.89 0.96 82.5 0.8 0.02
Hex 6 9 1 21 0 59 60 52 50 2
Octal 6 11 1 41 0 131 140 122 120 2
Binary 110 1001 1 100001 0 1011001 1100000 1010010 1010000 10

Color Harmonies of #060901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060901

Black with #060901

Text Example


Text Example

White with #060901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060901; }

 p { color: rgb(6,9,1); }

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

background-color css

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

 a { background-color: rgb(6,9,1); }

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

border-color css

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

 span { border-color: rgb(6,9,1); }

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