#06280E

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

Shades of Deep Fir #06280E

Tints of Deep Fir #06280E

Color information

#06280E (or 0x06280E) is unknown color: approx Deep Fir. HEX triplet: 06, 28 and 0E. RGB value is (6,40,14). Sum of RGB (Red+Green+Blue) = 6+40+14=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #06280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06280E is #F9D7F1. Grayscale: #1A1A1A. Windows color (decimal): -16373746 or 927750. OLE color: 927750.

HSL color Cylindrical-coordinate representation of color #06280E: hue angle of 134.12º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06280E is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB64014-
CMYK0.8500.650.84
HSL134.12º73.91%9.02%-
HSV(B)134.12º85%15.69%-
XYZ0.911.590.67-
YUV26.87120.74113.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10%
GREEN value IS 40 (16.02% from 255) = 66.67%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=10%
G=66.67%
B=23.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal640140.8500.650.84134.1273.919.02
Hex628E5504154864a9
Octal65016125010112420611211
Binary110101000111010101010100000110101001000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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