#063813

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

Shades of Deep Fir #063813

Tints of Deep Fir #063813

Color information

#063813 (or 0x063813) is unknown color: approx Deep Fir. HEX triplet: 06, 38 and 13. RGB value is (6,56,19). Sum of RGB (Red+Green+Blue) = 6+56+19=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #063813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063813 is #F9C7EC. Grayscale: #242424. Windows color (decimal): -16369645 or 1259526. OLE color: 1259526.

HSL color Cylindrical-coordinate representation of color #063813: hue angle of 135.6º 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 #063813 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB65619-
CMYK0.8900.660.78
HSL135.6º80.65%12.16%-
HSV(B)135.6º89.29%21.96%-
XYZ1.612.911.09-
YUV36.83117.94106.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=7.41%
G=69.14%
B=23.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656190.8900.660.78135.680.6512.16
Hex63813590424E8851c
Octal67023131010211621012114
Binary1101110001001110110010100001010011101000100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063813; }

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

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

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

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

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

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

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

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