Html Css Color HEX #06300E Deep Fir

📋 copy color: '#06300E'

red 6 ◦ green 48 ◦ blue 14

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

Shades of Deep Fir #06300E

Tints of Deep Fir #06300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 70.59%

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

R = 8.82%
G = 70.59%
B = 20.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#06300E (or 0x06300E) is known color: Deep Fir. HEX triplet: 06, 30 and 0E. RGB value is (6,48,14). Sum of RGB (Red+Green+Blue) = 6+48+14=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #06300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06300E is #F9CFF1. Grayscale: #1F1F1F. Windows color (decimal): -16371698 or 929798. OLE color: 929798.

HSL color Cylindrical-coordinate representation of color #06300E: hue angle of 131.43º 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 #06300E is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 48 14 -
CMYK 0.87 0 0.71 0.81
HSL 131.43º 0.78% 0.11% -
HSV(B) 131.43º 0.88% 0.19% -
XYZ 1.21 2.18 0.77 -
YUV 31.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 6 48 14 0.87 0 0.71 0.81 131.43 0.78 0.11
Hex 6 30 E 57 0 47 51 83 4E B
Octal 6 60 16 127 0 107 121 203 116 13
Binary 110 110000 1110 1010111 0 1000111 1010001 10000011 1001110 1011

Color Harmonies of #06300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06300E

Black with #06300E

Text Example


Text Example

White with #06300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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