#06260D

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

Shades of Deep Fir #06260D

Tints of Deep Fir #06260D

Color information

#06260D (or 0x06260D) is unknown color: approx Deep Fir. HEX triplet: 06, 26 and 0D. RGB value is (6,38,13). Sum of RGB (Red+Green+Blue) = 6+38+13=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #06260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06260D is #F9D9F2. Grayscale: #191919. Windows color (decimal): -16374259 or 861702. OLE color: 861702.

HSL color Cylindrical-coordinate representation of color #06260D: hue angle of 133.12º 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 #06260D is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB63813-
CMYK0.8400.660.85
HSL133.12º72.73%8.63%-
HSV(B)133.12º84.21%14.9%-
XYZ0.841.450.62-
YUV25.58120.9114.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 38 (15.23% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=10.53%
G=66.67%
B=22.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal638130.8400.660.85133.1272.738.63
Hex626D540425585499
Octal64615124010212520511111
Binary110100110110110101000100001010101011000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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