Html Css Color HEX #091601 Pine Tree

📋 copy color: '#091601'

red 9 ◦ green 22 ◦ blue 1

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

Shades of Pine Tree #091601

Tints of Pine Tree #091601

RGB

 RED value IS 9 (3.91% from 255) = 28.13%

 GREEN value IS 22 (8.98% from 255) = 68.75%

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

R = 28.13%
G = 68.75%
B = 3.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.95

 K value IS 0.91

RGB Variations

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

Color information

#091601 (or 0x091601) is known color: Pine Tree. HEX triplet: 09, 16 and 01. RGB value is (9,22,1). Sum of RGB (Red+Green+Blue) = 9+22+1=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 22 (8.98% from 255 or 68.75% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 22 - color contains mainly: green. Hex color #091601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091601 is #F6E9FE. Grayscale: #0F0F0F. Windows color (decimal): -16181759 or 71177. OLE color: 71177.

HSL color Cylindrical-coordinate representation of color #091601: hue angle of 97.14º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091601 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 22 1 -
CMYK 0.59 0 0.95 0.91
HSL 97.14º 0.91% 0.05% -
HSV(B) 97.14º 0.95% 0.09% -
XYZ 0.41 0.63 0.13 -
YUV 15.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 9 22 1 0.59 0 0.95 0.91 97.14 0.91 0.05
Hex 9 16 1 3B 0 5F 5B 61 5B 5
Octal 11 26 1 73 0 137 133 141 133 5
Binary 1001 10110 1 111011 0 1011111 1011011 1100001 1011011 101

Color Harmonies of #091601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091601

Black with #091601

Text Example


Text Example

White with #091601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091601; }

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

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

background-color css

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

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

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

border-color css

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

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

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