#06300D

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

Shades of Deep Fir #06300D

Tints of Deep Fir #06300D

Color information

#06300D (or 0x06300D) is unknown color: approx Deep Fir. HEX triplet: 06, 30 and 0D. RGB value is (6,48,13). Sum of RGB (Red+Green+Blue) = 6+48+13=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #06300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06300D is #F9CFF2. Grayscale: #1F1F1F. Windows color (decimal): -16371699 or 864262. OLE color: 864262.

HSL color Cylindrical-coordinate representation of color #06300D: hue angle of 130º 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 #06300D is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB64813-
CMYK0.8700.730.81
HSL130º77.78%10.59%-
HSV(B)130º87.5%18.82%-
XYZ1.22.180.74-
YUV31.45117.59109.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=8.96%
G=71.64%
B=19.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648130.8700.730.8113077.7810.59
Hex630D5704951824eb
Octal66015127011112120211613
Binary110110000110110101110100100110100011000001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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