#063615

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

Shades of Deep Fir #063615

Tints of Deep Fir #063615

Color information

#063615 (or 0x063615) is unknown color: approx Deep Fir. HEX triplet: 06, 36 and 15. RGB value is (6,54,21). Sum of RGB (Red+Green+Blue) = 6+54+21=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #063615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063615 is #F9C9EA. Grayscale: #232323. Windows color (decimal): -16370155 or 1390086. OLE color: 1390086.

HSL color Cylindrical-coordinate representation of color #063615: hue angle of 138.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063615 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB65421-
CMYK0.8900.610.79
HSL138.75º80%11.76%-
HSV(B)138.75º88.89%21.18%-
XYZ1.532.731.16-
YUV35.89119.6106.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 54 (21.48% from 255) = 66.67%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=7.41%
G=66.67%
B=25.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654210.8900.610.79138.758011.76
Hex636155903D4F8b50c
Octal6662513107511721312014
Binary110110110101011011001011110110011111000101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063615; }

 p { color: rgb(6,54,21); }

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

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

 a { background-color: rgb(6,54,21); }

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

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

 span { border-color: rgb(6,54,21); }

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