Html Css Color HEX #06250E Deep Fir

📋 copy color: '#06250E'

red 6 ◦ green 37 ◦ blue 14

#06250E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #06250E

Tints of Deep Fir #06250E

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 value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#06250E (or 0x06250E) is known color: 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

RGB 6 37 14 -
CMYK 0.84 0 0.62 0.85
HSL 135.48º 0.72% 0.08% -
HSV(B) 135.48º 0.84% 0.15% -
XYZ 0.82 1.39 0.64 -
YUV 25.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 6 37 14 0.84 0 0.62 0.85 135.48 0.72 0.08
Hex 6 25 E 54 0 3E 55 87 48 8
Octal 6 45 16 124 0 76 125 207 110 10
Binary 110 100101 1110 1010100 0 111110 1010101 10000111 1001000 1000

Color Harmonies of #06250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06250E

Black with #06250E

Text Example


Text Example

White with #06250E

Text Example


Text Example

HTML Codes & Css Web 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>