Html Css Color HEX #063113 Deep Fir

📋 copy color: '#063113'

red 6 ◦ green 49 ◦ blue 19

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

Shades of Deep Fir #063113

Tints of Deep Fir #063113

RGB

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

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

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

R = 8.11%
G = 66.22%
B = 25.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#063113 (or 0x063113) is known color: Deep Fir. HEX triplet: 06, 31 and 13. RGB value is (6,49,19). Sum of RGB (Red+Green+Blue) = 6+49+19=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #063113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063113 is #F9CEEC. Grayscale: #202020. Windows color (decimal): -16371437 or 1257734. OLE color: 1257734.

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

Color convert

RGB 6 49 19 -
CMYK 0.88 0 0.61 0.81
HSL 138.14º 0.78% 0.11% -
HSV(B) 138.14º 0.88% 0.19% -
XYZ 1.29 2.28 0.99 -
YUV 32.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 6 49 19 0.88 0 0.61 0.81 138.14 0.78 0.11
Hex 6 31 13 58 0 3D 51 8A 4E B
Octal 6 61 23 130 0 75 121 212 116 13
Binary 110 110001 10011 1011000 0 111101 1010001 10001010 1001110 1011

Color Harmonies of #063113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063113

Black with #063113

Text Example


Text Example

White with #063113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063113; }

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

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

background-color css

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

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

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

border-color css

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

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

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