Html Css Color HEX #063412 Deep Fir

📋 copy color: '#063412'

red 6 ◦ green 52 ◦ blue 18

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

Shades of Deep Fir #063412

Tints of Deep Fir #063412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 7.89%
G = 68.42%
B = 23.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#063412 (or 0x063412) is known color: Deep Fir. HEX triplet: 06, 34 and 12. RGB value is (6,52,18). Sum of RGB (Red+Green+Blue) = 6+52+18=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #063412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063412 is #F9CBED. Grayscale: #222222. Windows color (decimal): -16370670 or 1192966. OLE color: 1192966.

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

Color convert

RGB 6 52 18 -
CMYK 0.88 0 0.65 0.80
HSL 135.65º 0.79% 0.11% -
HSV(B) 135.65º 0.88% 0.2% -
XYZ 1.41 2.54 0.99 -
YUV 34.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 6 52 18 0.88 0 0.65 0.80 135.65 0.79 0.11
Hex 6 34 12 58 0 41 50 88 4F B
Octal 6 64 22 130 0 101 120 210 117 13
Binary 110 110100 10010 1011000 0 1000001 1010000 10001000 1001111 1011

Color Harmonies of #063412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063412

Black with #063412

Text Example


Text Example

White with #063412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063412; }

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

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

background-color css

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

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

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

border-color css

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

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

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