#063819

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

Shades of Deep Fir #063819

Tints of Deep Fir #063819

Color information

#063819 (or 0x063819) is unknown color: approx Deep Fir. HEX triplet: 06, 38 and 19. RGB value is (6,56,25). Sum of RGB (Red+Green+Blue) = 6+56+25=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #063819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063819 is #F9C7E6. Grayscale: #252525. Windows color (decimal): -16369639 or 1652742. OLE color: 1652742.

HSL color Cylindrical-coordinate representation of color #063819: hue angle of 142.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063819 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB65625-
CMYK0.8900.550.78
HSL142.8º80.65%12.16%-
HSV(B)142.8º89.29%21.96%-
XYZ1.662.941.4-
YUV37.52120.94105.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 56 (22.27% from 255) = 64.37%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=6.90%
G=64.37%
B=28.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656250.8900.550.78142.880.6512.16
Hex63819590374E8f51c
Octal6703113106711621712114
Binary110111000110011011001011011110011101000111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063819; }

 p { color: rgb(6,56,25); }

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

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

 a { background-color: rgb(6,56,25); }

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

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

 span { border-color: rgb(6,56,25); }

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