#063013

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

Shades of Deep Fir #063013

Tints of Deep Fir #063013

Color information

#063013 (or 0x063013) is unknown color: approx Deep Fir. HEX triplet: 06, 30 and 13. RGB value is (6,48,19). Sum of RGB (Red+Green+Blue) = 6+48+19=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #063013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063013 is #F9CFEC. Grayscale: #202020. Windows color (decimal): -16371693 or 1257478. OLE color: 1257478.

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

Color convert

RGB64819-
CMYK0.8700.600.81
HSL138.57º77.78%10.59%-
HSV(B)138.57º87.5%18.82%-
XYZ1.252.20.97-
YUV32.14120.59109.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 48 (19.14% from 255) = 65.75%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=8.22%
G=65.75%
B=26.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648190.8700.600.81138.5777.7810.59
Hex630135703C518b4eb
Octal6602312707412121311613
Binary110110000100111010111011110010100011000101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063013; }

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

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

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

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

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

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

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

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