#06360C

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

Shades of Deep Fir #06360C

Tints of Deep Fir #06360C

Color information

#06360C (or 0x06360C) is unknown color: approx Deep Fir. HEX triplet: 06, 36 and 0C. RGB value is (6,54,12). Sum of RGB (Red+Green+Blue) = 6+54+12=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #06360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06360C is #F9C9F3. Grayscale: #222222. Windows color (decimal): -16370164 or 800262. OLE color: 800262.

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

Color convert

RGB65412-
CMYK0.8900.780.79
HSL127.5º80%11.76%-
HSV(B)127.5º88.89%21.18%-
XYZ1.462.70.79-
YUV34.86115.1107.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 54 (21.48% from 255) = 75%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=8.33%
G=75%
B=16.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654120.8900.780.79127.58011.76
Hex636C5904E4F8050c
Octal66614131011611720012014
Binary110110110110010110010100111010011111000000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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