#06310B

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

Shades of Deep Fir #06310B

Tints of Deep Fir #06310B

Color information

#06310B (or 0x06310B) is unknown color: approx Deep Fir. HEX triplet: 06, 31 and 0B. RGB value is (6,49,11). Sum of RGB (Red+Green+Blue) = 6+49+11=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #06310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06310B is #F9CEF4. Grayscale: #1F1F1F. Windows color (decimal): -16371445 or 733446. OLE color: 733446.

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

Color convert

RGB64911-
CMYK0.8800.780.81
HSL126.98º78.18%10.78%-
HSV(B)126.98º87.76%19.22%-
XYZ1.232.260.69-
YUV31.81116.25109.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=9.09%
G=74.24%
B=16.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649110.8800.780.81126.9878.1810.78
Hex631B5804E517f4eb
Octal66113130011612117711613
Binary11011000110111011000010011101010001111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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