#06250E

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

Shades of Deep Fir #06250E

Tints of Deep Fir #06250E

Color information

#06250E (or 0x06250E) is unknown color: approx Deep Fir. HEX triplet: 06, 25 and 0E. RGB value is (6,37,14). Sum of RGB (Red+Green+Blue) = 6+37+14=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #06250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06250E is #F9DAF1. Grayscale: #191919. Windows color (decimal): -16374514 or 926982. OLE color: 926982.

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

Color convert

RGB63714-
CMYK0.8400.620.85
HSL135.48º72.09%8.43%-
HSV(B)135.48º83.78%14.51%-
XYZ0.821.390.64-
YUV25.11121.73114.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 37 (14.84% from 255) = 64.91%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=10.53%
G=64.91%
B=24.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal637140.8400.620.85135.4872.098.43
Hex625E5403E5587488
Octal6451612407612520711010
Binary11010010111101010100011111010101011000011110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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