#06270B

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

Shades of Deep Fir #06270B

Tints of Deep Fir #06270B

Color information

#06270B (or 0x06270B) is unknown color: approx Deep Fir. HEX triplet: 06, 27 and 0B. RGB value is (6,39,11). Sum of RGB (Red+Green+Blue) = 6+39+11=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #06270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06270B is #F9D8F4. Grayscale: #1A1A1A. Windows color (decimal): -16374005 or 730886. OLE color: 730886.

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

Color convert

RGB63911-
CMYK0.8500.720.85
HSL129.09º73.33%8.82%-
HSV(B)129.09º84.62%15.29%-
XYZ0.861.510.56-
YUV25.94119.57113.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 39 (15.62% from 255) = 69.64%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=10.71%
G=69.64%
B=19.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal639110.8500.720.85129.0973.338.82
Hex627B550485581499
Octal64713125011012520111111
Binary110100111101110101010100100010101011000000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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