Html Css Color HEX #061001 Pine Tree

📋 copy color: '#061001'

red 6 ◦ green 16 ◦ blue 1

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

Shades of Pine Tree #061001

Tints of Pine Tree #061001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 69.57%

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

R = 26.09%
G = 69.57%
B = 4.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#061001 (or 0x061001) is known color: Pine Tree. HEX triplet: 06, 10 and 01. RGB value is (6,16,1). Sum of RGB (Red+Green+Blue) = 6+16+1=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #061001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061001 is #F9EFFE. Grayscale: #0B0B0B. Windows color (decimal): -16379903 or 69638. OLE color: 69638.

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

Color convert

RGB 6 16 1 -
CMYK 0.62 0 0.94 0.94
HSL 100º 0.88% 0.03% -
HSV(B) 100º 0.94% 0.06% -
XYZ 0.27 0.41 0.09 -
YUV 11.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 6 16 1 0.62 0 0.94 0.94 100 0.88 0.03
Hex 6 10 1 3E 0 5E 5E 64 58 3
Octal 6 20 1 76 0 136 136 144 130 3
Binary 110 10000 1 111110 0 1011110 1011110 1100100 1011000 11

Color Harmonies of #061001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061001

Black with #061001

Text Example


Text Example

White with #061001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061001; }

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

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

background-color css

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

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

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

border-color css

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

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

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