Html Css Color HEX #061301 Pine Tree

📋 copy color: '#061301'

red 6 ◦ green 19 ◦ blue 1

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

Shades of Pine Tree #061301

Tints of Pine Tree #061301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 73.08%

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

R = 23.08%
G = 73.08%
B = 3.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.93

RGB Variations

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

Color information

#061301 (or 0x061301) is known color: Pine Tree. HEX triplet: 06, 13 and 01. RGB value is (6,19,1). Sum of RGB (Red+Green+Blue) = 6+19+1=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #061301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061301 is #F9ECFE. Grayscale: #0D0D0D. Windows color (decimal): -16379135 or 70406. OLE color: 70406.

HSL color Cylindrical-coordinate representation of color #061301: hue angle of 103.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061301 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 1 -
CMYK 0.68 0 0.95 0.93
HSL 103.33º 0.9% 0.04% -
HSV(B) 103.33º 0.95% 0.07% -
XYZ 0.31 0.51 0.11 -
YUV 13.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 6 19 1 0.68 0 0.95 0.93 103.33 0.9 0.04
Hex 6 13 1 44 0 5F 5D 67 5A 4
Octal 6 23 1 104 0 137 135 147 132 4
Binary 110 10011 1 1000100 0 1011111 1011101 1100111 1011010 100

Color Harmonies of #061301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061301

Black with #061301

Text Example


Text Example

White with #061301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061301; }

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

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

background-color css

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

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

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

border-color css

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

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

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