Html Css Color HEX #063411 Deep Fir

📋 copy color: '#063411'

red 6 ◦ green 52 ◦ blue 17

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

Shades of Deep Fir #063411

Tints of Deep Fir #063411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 69.33%

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

R = 8%
G = 69.33%
B = 22.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#063411 (or 0x063411) is known color: Deep Fir. HEX triplet: 06, 34 and 11. RGB value is (6,52,17). Sum of RGB (Red+Green+Blue) = 6+52+17=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #063411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063411 is #F9CBEE. Grayscale: #222222. Windows color (decimal): -16370671 or 1127430. OLE color: 1127430.

HSL color Cylindrical-coordinate representation of color #063411: hue angle of 134.35º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063411 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 17 -
CMYK 0.88 0 0.67 0.80
HSL 134.35º 0.79% 0.11% -
HSV(B) 134.35º 0.88% 0.2% -
XYZ 1.4 2.54 0.95 -
YUV 34.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 6 52 17 0.88 0 0.67 0.80 134.35 0.79 0.11
Hex 6 34 11 58 0 43 50 86 4F B
Octal 6 64 21 130 0 103 120 206 117 13
Binary 110 110100 10001 1011000 0 1000011 1010000 10000110 1001111 1011

Color Harmonies of #063411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063411

Black with #063411

Text Example


Text Example

White with #063411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063411; }

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

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

background-color css

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

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

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

border-color css

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

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

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