Html Css Color HEX #063111 Deep Fir

📋 copy color: '#063111'

red 6 ◦ green 49 ◦ blue 17

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

Shades of Deep Fir #063111

Tints of Deep Fir #063111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 8.33%
G = 68.06%
B = 23.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#063111 (or 0x063111) is known color: Deep Fir. HEX triplet: 06, 31 and 11. RGB value is (6,49,17). Sum of RGB (Red+Green+Blue) = 6+49+17=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #063111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063111 is #F9CEEE. Grayscale: #202020. Windows color (decimal): -16371439 or 1126662. OLE color: 1126662.

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

Color convert

RGB 6 49 17 -
CMYK 0.88 0 0.65 0.81
HSL 135.35º 0.78% 0.11% -
HSV(B) 135.35º 0.88% 0.19% -
XYZ 1.27 2.28 0.9 -
YUV 32.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 6 49 17 0.88 0 0.65 0.81 135.35 0.78 0.11
Hex 6 31 11 58 0 41 51 87 4E B
Octal 6 61 21 130 0 101 121 207 116 13
Binary 110 110001 10001 1011000 0 1000001 1010001 10000111 1001110 1011

Color Harmonies of #063111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063111

Black with #063111

Text Example


Text Example

White with #063111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063111; }

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

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

background-color css

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

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

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

border-color css

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

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

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