Html Css Color HEX #063212 Deep Fir

📋 copy color: '#063212'

red 6 ◦ green 50 ◦ blue 18

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

Shades of Deep Fir #063212

Tints of Deep Fir #063212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 67.57%

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

R = 8.11%
G = 67.57%
B = 24.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#063212 (or 0x063212) is known color: Deep Fir. HEX triplet: 06, 32 and 12. RGB value is (6,50,18). Sum of RGB (Red+Green+Blue) = 6+50+18=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #063212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063212 is #F9CDED. Grayscale: #212121. Windows color (decimal): -16371182 or 1192454. OLE color: 1192454.

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

Color convert

RGB 6 50 18 -
CMYK 0.88 0 0.64 0.80
HSL 136.36º 0.79% 0.11% -
HSV(B) 136.36º 0.88% 0.2% -
XYZ 1.32 2.36 0.96 -
YUV 33.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 6 50 18 0.88 0 0.64 0.80 136.36 0.79 0.11
Hex 6 32 12 58 0 40 50 88 4F B
Octal 6 62 22 130 0 100 120 210 117 13
Binary 110 110010 10010 1011000 0 1000000 1010000 10001000 1001111 1011

Color Harmonies of #063212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063212

Black with #063212

Text Example


Text Example

White with #063212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063212; }

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

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

background-color css

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

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

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

border-color css

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

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

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