#06300B

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

Shades of Deep Fir #06300B

Tints of Deep Fir #06300B

Color information

#06300B (or 0x06300B) is unknown color: approx Deep Fir. HEX triplet: 06, 30 and 0B. RGB value is (6,48,11). Sum of RGB (Red+Green+Blue) = 6+48+11=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #06300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06300B is #F9CFF4. Grayscale: #1F1F1F. Windows color (decimal): -16371701 or 733190. OLE color: 733190.

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

Color convert

RGB64811-
CMYK0.8700.770.81
HSL127.14º77.78%10.59%-
HSV(B)127.14º87.5%18.82%-
XYZ1.192.180.67-
YUV31.22116.59110.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 48 (19.14% from 255) = 73.85%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=9.23%
G=73.85%
B=16.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648110.8700.770.81127.1477.7810.59
Hex630B5704D517f4eb
Octal66013127011512117711613
Binary11011000010111010111010011011010001111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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