#06270E

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

Shades of Deep Fir #06270E

Tints of Deep Fir #06270E

Color information

#06270E (or 0x06270E) is unknown color: approx Deep Fir. HEX triplet: 06, 27 and 0E. RGB value is (6,39,14). Sum of RGB (Red+Green+Blue) = 6+39+14=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #06270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06270E is #F9D8F1. Grayscale: #1A1A1A. Windows color (decimal): -16374002 or 927494. OLE color: 927494.

HSL color Cylindrical-coordinate representation of color #06270E: hue angle of 134.55º 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 #06270E is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB63914-
CMYK0.8500.640.85
HSL134.55º73.33%8.82%-
HSV(B)134.55º84.62%15.29%-
XYZ0.881.520.66-
YUV26.28121.07113.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 39 (15.62% from 255) = 66.10%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=10.17%
G=66.10%
B=23.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal639140.8500.640.85134.5573.338.82
Hex627E550405587499
Octal64716125010012520711111
Binary110100111111010101010100000010101011000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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