Html Css Color HEX #063013 Deep Fir

📋 copy color: '#063013'

red 6 ◦ green 48 ◦ blue 19

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

Shades of Deep Fir #063013

Tints of Deep Fir #063013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 8.22%
G = 65.75%
B = 26.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#063013 (or 0x063013) is known color: Deep Fir. HEX triplet: 06, 30 and 13. RGB value is (6,48,19). Sum of RGB (Red+Green+Blue) = 6+48+19=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #063013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063013 is #F9CFEC. Grayscale: #202020. Windows color (decimal): -16371693 or 1257478. OLE color: 1257478.

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

Color convert

RGB 6 48 19 -
CMYK 0.87 0 0.60 0.81
HSL 138.57º 0.78% 0.11% -
HSV(B) 138.57º 0.88% 0.19% -
XYZ 1.25 2.2 0.97 -
YUV 32.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 6 48 19 0.87 0 0.60 0.81 138.57 0.78 0.11
Hex 6 30 13 57 0 3C 51 8B 4E B
Octal 6 60 23 127 0 74 121 213 116 13
Binary 110 110000 10011 1010111 0 111100 1010001 10001011 1001110 1011

Color Harmonies of #063013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063013

Black with #063013

Text Example


Text Example

White with #063013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063013; }

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

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

background-color css

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

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

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

border-color css

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

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

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