#06260C

Color #06260C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #06260C

Tints of Deep Fir #06260C

Color information

#06260C (or 0x06260C) is unknown color: approx Deep Fir. HEX triplet: 06, 26 and 0C. RGB value is (6,38,12). Sum of RGB (Red+Green+Blue) = 6+38+12=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #06260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06260C is #F9D9F3. Grayscale: #191919. Windows color (decimal): -16374260 or 796166. OLE color: 796166.

HSL color Cylindrical-coordinate representation of color #06260C: hue angle of 131.25º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06260C is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB63812-
CMYK0.8400.680.85
HSL131.25º72.73%8.63%-
HSV(B)131.25º84.21%14.9%-
XYZ0.831.450.58-
YUV25.47120.4114.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 38 (15.23% from 255) = 67.86%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=10.71%
G=67.86%
B=21.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal638120.8400.680.85131.2572.738.63
Hex626C540445583499
Octal64614124010412520311111
Binary110100110110010101000100010010101011000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06260C; }

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

 H1.HeaderClassName
 {
   color: #06260C;
 }
 .AnyTagClassName
 {
   color: #06260C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #06260C;
 }
 .BgClassName
 {
   background-color: #06260C;
 }
</style>
border-color css

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

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

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