Html Css Color HEX #06310E Deep Fir

📋 copy color: '#06310E'

red 6 ◦ green 49 ◦ blue 14

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

Shades of Deep Fir #06310E

Tints of Deep Fir #06310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 71.01%

 BLUE value IS 14 (5.86% from 255) = 20.29%

R = 8.7%
G = 71.01%
B = 20.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#06310E (or 0x06310E) is known color: Deep Fir. HEX triplet: 06, 31 and 0E. RGB value is (6,49,14). Sum of RGB (Red+Green+Blue) = 6+49+14=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #06310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06310E is #F9CEF1. Grayscale: #202020. Windows color (decimal): -16371442 or 930054. OLE color: 930054.

HSL color Cylindrical-coordinate representation of color #06310E: hue angle of 131.16º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06310E is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 49 14 -
CMYK 0.88 0 0.71 0.81
HSL 131.16º 0.78% 0.11% -
HSV(B) 131.16º 0.88% 0.19% -
XYZ 1.25 2.27 0.79 -
YUV 32.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 6 49 14 0.88 0 0.71 0.81 131.16 0.78 0.11
Hex 6 31 E 58 0 47 51 83 4E B
Octal 6 61 16 130 0 107 121 203 116 13
Binary 110 110001 1110 1011000 0 1000111 1010001 10000011 1001110 1011

Color Harmonies of #06310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06310E

Black with #06310E

Text Example


Text Example

White with #06310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06310E;
 }
 .AnyTagClassName
 {
   color: #06310E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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