#06250F

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

Shades of Deep Fir #06250F

Tints of Deep Fir #06250F

Color information

#06250F (or 0x06250F) is unknown color: approx Deep Fir. HEX triplet: 06, 25 and 0F. RGB value is (6,37,15). Sum of RGB (Red+Green+Blue) = 6+37+15=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #06250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06250F is #F9DAF0. Grayscale: #191919. Windows color (decimal): -16374513 or 992518. OLE color: 992518.

HSL color Cylindrical-coordinate representation of color #06250F: hue angle of 137.42º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06250F is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB63715-
CMYK0.8400.590.85
HSL137.42º72.09%8.43%-
HSV(B)137.42º83.78%14.51%-
XYZ0.821.40.68-
YUV25.22122.23114.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=10.34%
G=63.79%
B=25.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal637150.8400.590.85137.4272.098.43
Hex625F5403B5589488
Octal6451712407312521111010
Binary11010010111111010100011101110101011000100110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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