#06270F

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

Shades of Deep Fir #06270F

Tints of Deep Fir #06270F

Color information

#06270F (or 0x06270F) is unknown color: approx Deep Fir. HEX triplet: 06, 27 and 0F. RGB value is (6,39,15). Sum of RGB (Red+Green+Blue) = 6+39+15=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #06270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06270F is #F9D8F0. Grayscale: #1A1A1A. Windows color (decimal): -16374001 or 993030. OLE color: 993030.

HSL color Cylindrical-coordinate representation of color #06270F: hue angle of 136.36º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06270F is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB63915-
CMYK0.8500.620.85
HSL136.36º73.33%8.82%-
HSV(B)136.36º84.62%15.29%-
XYZ0.891.520.7-
YUV26.4121.57113.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10%
GREEN value IS 39 (15.62% from 255) = 65%
BLUE value IS 15 (6.25% from 255) = 25%
R=10%
G=65%
B=25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal639150.8500.620.85136.3673.338.82
Hex627F5503E5588499
Octal6471712507612521011111
Binary11010011111111010101011111010101011000100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06270F; }

 p { color: rgb(6,39,15); }

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

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

 a { background-color: rgb(6,39,15); }

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

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

 span { border-color: rgb(6,39,15); }

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