Html Css Color HEX #0A1406 Pine Tree

📋 copy color: '#0A1406'

red 10 ◦ green 20 ◦ blue 6

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

Shades of Pine Tree #0A1406

Tints of Pine Tree #0A1406

RGB

 RED value IS 10 (4.3% from 255) = 27.78%

 GREEN value IS 20 (8.2% from 255) = 55.56%

 BLUE value IS 6 (2.73% from 255) = 16.67%

R = 27.78%
G = 55.56%
B = 16.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#0A1406 (or 0x0A1406) is known color: Pine Tree. HEX triplet: 0A, 14 and 06. RGB value is (10,20,6). Sum of RGB (Red+Green+Blue) = 10+20+6=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1406 is #F5EBF9. Grayscale: #0F0F0F. Windows color (decimal): -16116730 or 398346. OLE color: 398346.

HSL color Cylindrical-coordinate representation of color #0A1406: hue angle of 102.86º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A1406 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 20 6 -
CMYK 0.50 0 0.70 0.92
HSL 102.86º 0.54% 0.05% -
HSV(B) 102.86º 0.7% 0.08% -
XYZ 0.41 0.58 0.26 -
YUV 15.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 10 20 6 0.50 0 0.70 0.92 102.86 0.54 0.05
Hex A 14 6 32 0 46 5C 67 36 5
Octal 12 24 6 62 0 106 134 147 66 5
Binary 1010 10100 110 110010 0 1000110 1011100 1100111 110110 101

Color Harmonies of #0A1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1406

Black with #0A1406

Text Example


Text Example

White with #0A1406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1406; }

 p { color: rgb(10,20,6); }

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

background-color css

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

 a { background-color: rgb(10,20,6); }

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

border-color css

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

 span { border-color: rgb(10,20,6); }

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