#06310F

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

Shades of Deep Fir #06310F

Tints of Deep Fir #06310F

Color information

#06310F (or 0x06310F) is unknown color: approx Deep Fir. HEX triplet: 06, 31 and 0F. RGB value is (6,49,15). Sum of RGB (Red+Green+Blue) = 6+49+15=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #06310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06310F is #F9CEF0. Grayscale: #202020. Windows color (decimal): -16371441 or 995590. OLE color: 995590.

HSL color Cylindrical-coordinate representation of color #06310F: hue angle of 132.56º 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 #06310F is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB64915-
CMYK0.8800.690.81
HSL132.56º78.18%10.78%-
HSV(B)132.56º87.76%19.22%-
XYZ1.262.270.82-
YUV32.27118.25109.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=8.57%
G=70%
B=21.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649150.8800.690.81132.5678.1810.78
Hex631F5804551854eb
Octal66117130010512120511613
Binary110110001111110110000100010110100011000010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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