Html Css Color HEX #06250D Deep Fir

📋 copy color: '#06250D'

red 6 ◦ green 37 ◦ blue 13

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

Shades of Deep Fir #06250D

Tints of Deep Fir #06250D

RGB

 RED value IS 6 (2.73% from 255) = 10.71%

 GREEN value IS 37 (14.84% from 255) = 66.07%

 BLUE value IS 13 (5.47% from 255) = 23.21%

R = 10.71%
G = 66.07%
B = 23.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#06250D (or 0x06250D) is known color: Deep Fir. HEX triplet: 06, 25 and 0D. RGB value is (6,37,13). Sum of RGB (Red+Green+Blue) = 6+37+13=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #06250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06250D is #F9DAF2. Grayscale: #191919. Windows color (decimal): -16374515 or 861446. OLE color: 861446.

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

Color convert

RGB 6 37 13 -
CMYK 0.84 0 0.65 0.85
HSL 133.55º 0.72% 0.08% -
HSV(B) 133.55º 0.84% 0.15% -
XYZ 0.81 1.39 0.61 -
YUV 25 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 6 37 13 0.84 0 0.65 0.85 133.55 0.72 0.08
Hex 6 25 D 54 0 41 55 86 48 8
Octal 6 45 15 124 0 101 125 206 110 10
Binary 110 100101 1101 1010100 0 1000001 1010101 10000110 1001000 1000

Color Harmonies of #06250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06250D

Black with #06250D

Text Example


Text Example

White with #06250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06250D;
 }
 .AnyTagClassName
 {
   color: #06250D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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