Html Css Color HEX #0C1406 Pine Tree

📋 copy color: '#0C1406'

red 12 ◦ green 20 ◦ blue 6

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

Shades of Pine Tree #0C1406

Tints of Pine Tree #0C1406

RGB

 RED value IS 12 (5.08% from 255) = 31.58%

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

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

R = 31.58%
G = 52.63%
B = 15.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#0C1406 (or 0x0C1406) is known color: Pine Tree. HEX triplet: 0C, 14 and 06. RGB value is (12,20,6). Sum of RGB (Red+Green+Blue) = 12+20+6=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1406 is #F3EBF9. Grayscale: #101010. Windows color (decimal): -15985658 or 398348. OLE color: 398348.

HSL color Cylindrical-coordinate representation of color #0C1406: hue angle of 94.29º 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 #0C1406 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 6 -
CMYK 0.40 0 0.70 0.92
HSL 94.29º 0.54% 0.05% -
HSV(B) 94.29º 0.7% 0.08% -
XYZ 0.43 0.59 0.26 -
YUV 16.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 12 20 6 0.40 0 0.70 0.92 94.29 0.54 0.05
Hex C 14 6 28 0 46 5C 5E 36 5
Octal 14 24 6 50 0 106 134 136 66 5
Binary 1100 10100 110 101000 0 1000110 1011100 1011110 110110 101

Color Harmonies of #0C1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1406

Black with #0C1406

Text Example


Text Example

White with #0C1406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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