Html Css Color HEX #061102 Pine Tree

📋 copy color: '#061102'

red 6 ◦ green 17 ◦ blue 2

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

Shades of Pine Tree #061102

Tints of Pine Tree #061102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 68%

 BLUE value IS 2 (1.17% from 255) = 8%

R = 24%
G = 68%
B = 8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#061102 (or 0x061102) is known color: Pine Tree. HEX triplet: 06, 11 and 02. RGB value is (6,17,2). Sum of RGB (Red+Green+Blue) = 6+17+2=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #061102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061102 is #F9EEFD. Grayscale: #0C0C0C. Windows color (decimal): -16379646 or 135430. OLE color: 135430.

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

Color convert

RGB 6 17 2 -
CMYK 0.65 0 0.88 0.93
HSL 104º 0.79% 0.04% -
HSV(B) 104º 0.88% 0.07% -
XYZ 0.29 0.44 0.13 -
YUV 12 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 6 17 2 0.65 0 0.88 0.93 104 0.79 0.04
Hex 6 11 2 41 0 58 5D 68 4F 4
Octal 6 21 2 101 0 130 135 150 117 4
Binary 110 10001 10 1000001 0 1011000 1011101 1101000 1001111 100

Color Harmonies of #061102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061102

Black with #061102

Text Example


Text Example

White with #061102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061102; }

 p { color: rgb(6,17,2); }

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

background-color css

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

 a { background-color: rgb(6,17,2); }

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

border-color css

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

 span { border-color: rgb(6,17,2); }

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