Html Css Color HEX #0C1006 Pine Tree

📋 copy color: '#0C1006'

red 12 ◦ green 16 ◦ blue 6

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

Shades of Pine Tree #0C1006

Tints of Pine Tree #0C1006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 47.06%

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

R = 35.29%
G = 47.06%
B = 17.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#0C1006 (or 0x0C1006) is known color: Pine Tree. HEX triplet: 0C, 10 and 06. RGB value is (12,16,6). Sum of RGB (Red+Green+Blue) = 12+16+6=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #0C1006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1006 is #F3EFF9. Grayscale: #0D0D0D. Windows color (decimal): -15986682 or 397324. OLE color: 397324.

HSL color Cylindrical-coordinate representation of color #0C1006: hue angle of 84º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C1006 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 16 6 -
CMYK 0.25 0 0.62 0.94
HSL 84º 0.45% 0.04% -
HSV(B) 84º 0.63% 0.06% -
XYZ 0.37 0.46 0.24 -
YUV 13.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 12 16 6 0.25 0 0.62 0.94 84 0.45 0.04
Hex C 10 6 19 0 3E 5E 54 2D 4
Octal 14 20 6 31 0 76 136 124 55 4
Binary 1100 10000 110 11001 0 111110 1011110 1010100 101101 100

Color Harmonies of #0C1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1006

Black with #0C1006

Text Example


Text Example

White with #0C1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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