#06310D

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

Shades of Deep Fir #06310D

Tints of Deep Fir #06310D

Color information

#06310D (or 0x06310D) is unknown color: approx Deep Fir. HEX triplet: 06, 31 and 0D. RGB value is (6,49,13). Sum of RGB (Red+Green+Blue) = 6+49+13=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 49 (19.53% from 255 or 72.06% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 49 - color contains mainly: green. Hex color #06310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06310D is #F9CEF2. Grayscale: #202020. Windows color (decimal): -16371443 or 864518. OLE color: 864518.

HSL color Cylindrical-coordinate representation of color #06310D: hue angle of 129.77º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06310D is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB64913-
CMYK0.8800.730.81
HSL129.77º78.18%10.78%-
HSV(B)129.77º87.76%19.22%-
XYZ1.252.260.75-
YUV32.04117.25109.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 49 (19.53% from 255) = 72.06%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=8.82%
G=72.06%
B=19.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649130.8800.730.81129.7778.1810.78
Hex631D5804951824eb
Octal66115130011112120211613
Binary110110001110110110000100100110100011000001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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