Html Css Color HEX #06300F Deep Fir

📋 copy color: '#06300F'

red 6 ◦ green 48 ◦ blue 15

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

Shades of Deep Fir #06300F

Tints of Deep Fir #06300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.74%

R = 8.7%
G = 69.57%
B = 21.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#06300F (or 0x06300F) is known color: Deep Fir. HEX triplet: 06, 30 and 0F. RGB value is (6,48,15). Sum of RGB (Red+Green+Blue) = 6+48+15=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #06300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06300F is #F9CFF0. Grayscale: #1F1F1F. Windows color (decimal): -16371697 or 995334. OLE color: 995334.

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

Color convert

RGB 6 48 15 -
CMYK 0.87 0 0.69 0.81
HSL 132.86º 0.78% 0.11% -
HSV(B) 132.86º 0.88% 0.19% -
XYZ 1.22 2.19 0.81 -
YUV 31.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 6 48 15 0.87 0 0.69 0.81 132.86 0.78 0.11
Hex 6 30 F 57 0 45 51 85 4E B
Octal 6 60 17 127 0 105 121 205 116 13
Binary 110 110000 1111 1010111 0 1000101 1010001 10000101 1001110 1011

Color Harmonies of #06300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06300F

Black with #06300F

Text Example


Text Example

White with #06300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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