#063010

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

Shades of Deep Fir #063010

Tints of Deep Fir #063010

Color information

#063010 (or 0x063010) is unknown color: approx Deep Fir. HEX triplet: 06, 30 and 10. RGB value is (6,48,16). Sum of RGB (Red+Green+Blue) = 6+48+16=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #063010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063010 is #F9CFEF. Grayscale: #1F1F1F. Windows color (decimal): -16371696 or 1060870. OLE color: 1060870.

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

Color convert

RGB64816-
CMYK0.8700.670.81
HSL134.29º77.78%10.59%-
HSV(B)134.29º87.5%18.82%-
XYZ1.232.190.85-
YUV31.79119.09109.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 48 (19.14% from 255) = 68.57%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=8.57%
G=68.57%
B=22.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648160.8700.670.81134.2977.7810.59
Hex630105704351864eb
Octal66020127010312120611613
Binary1101100001000010101110100001110100011000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063010; }

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

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

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

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

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

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

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

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