#064113

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

Shades of Deep Fir #064113

Tints of Deep Fir #064113

Color information

#064113 (or 0x064113) is unknown color: approx Deep Fir. HEX triplet: 06, 41 and 13. RGB value is (6,65,19). Sum of RGB (Red+Green+Blue) = 6+65+19=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #064113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064113 is #F9BEEC. Grayscale: #2A2A2A. Windows color (decimal): -16367341 or 1261830. OLE color: 1261830.

HSL color Cylindrical-coordinate representation of color #064113: hue angle of 133.22º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064113 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB66519-
CMYK0.9100.710.75
HSL133.22º83.1%13.92%-
HSV(B)133.22º90.77%25.49%-
XYZ2.083.871.25-
YUV42.11114.95102.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 65 (25.78% from 255) = 72.22%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=6.67%
G=72.22%
B=21.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665190.9100.710.75133.2283.113.92
Hex641135B0474B8553e
Octal610123133010711320512316
Binary11010000011001110110110100011110010111000010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064113; }

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

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

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

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

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

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

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

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