#06330E

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

Shades of Deep Fir #06330E

Tints of Deep Fir #06330E

Color information

#06330E (or 0x06330E) is unknown color: approx Deep Fir. HEX triplet: 06, 33 and 0E. RGB value is (6,51,14). Sum of RGB (Red+Green+Blue) = 6+51+14=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #06330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06330E is #F9CCF1. Grayscale: #212121. Windows color (decimal): -16370930 or 930566. OLE color: 930566.

HSL color Cylindrical-coordinate representation of color #06330E: hue angle of 130.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06330E is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB65114-
CMYK0.8800.730.8
HSL130.67º78.95%11.18%-
HSV(B)130.67º88.24%20%-
XYZ1.342.440.82-
YUV33.33117.09108.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 51 (20.31% from 255) = 71.83%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=8.45%
G=71.83%
B=19.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651140.8800.730.8130.6778.9511.18
Hex633E5804950834fb
Octal66316130011112020311713
Binary110110011111010110000100100110100001000001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06330E; }

 p { color: rgb(6,51,14); }

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

<style>
 a { background-color: #06330E; }

 a { background-color: rgb(6,51,14); }

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

<style>
 span { border-color: #06330E; }

 span { border-color: rgb(6,51,14); }

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