#06360D

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

Shades of Deep Fir #06360D

Tints of Deep Fir #06360D

Color information

#06360D (or 0x06360D) is unknown color: approx Deep Fir. HEX triplet: 06, 36 and 0D. RGB value is (6,54,13). Sum of RGB (Red+Green+Blue) = 6+54+13=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #06360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06360D is #F9C9F2. Grayscale: #232323. Windows color (decimal): -16370163 or 865798. OLE color: 865798.

HSL color Cylindrical-coordinate representation of color #06360D: hue angle of 128.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 #06360D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB65413-
CMYK0.8900.760.79
HSL128.75º80%11.76%-
HSV(B)128.75º88.89%21.18%-
XYZ1.472.710.83-
YUV34.97115.6107.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 54 (21.48% from 255) = 73.97%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=8.22%
G=73.97%
B=17.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654130.8900.760.79128.758011.76
Hex636D5904C4F8150c
Octal66615131011411720112014
Binary110110110110110110010100110010011111000000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06360D; }

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

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

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

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

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

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

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

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