Html Css Color HEX #063012 Deep Fir

📋 copy color: '#063012'

red 6 ◦ green 48 ◦ blue 18

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

Shades of Deep Fir #063012

Tints of Deep Fir #063012

RGB

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

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

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

R = 8.33%
G = 66.67%
B = 25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#063012 (or 0x063012) is known color: Deep Fir. HEX triplet: 06, 30 and 12. RGB value is (6,48,18). Sum of RGB (Red+Green+Blue) = 6+48+18=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #063012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063012 is #F9CFED. Grayscale: #202020. Windows color (decimal): -16371694 or 1191942. OLE color: 1191942.

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

Color convert

RGB 6 48 18 -
CMYK 0.87 0 0.63 0.81
HSL 137.14º 0.78% 0.11% -
HSV(B) 137.14º 0.88% 0.19% -
XYZ 1.24 2.2 0.93 -
YUV 32.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 6 48 18 0.87 0 0.63 0.81 137.14 0.78 0.11
Hex 6 30 12 57 0 3F 51 89 4E B
Octal 6 60 22 127 0 77 121 211 116 13
Binary 110 110000 10010 1010111 0 111111 1010001 10001001 1001110 1011

Color Harmonies of #063012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063012

Black with #063012

Text Example


Text Example

White with #063012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063012; }

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

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

background-color css

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

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

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

border-color css

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

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

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