Html Css Color HEX #063215 Deep Fir

📋 copy color: '#063215'

red 6 ◦ green 50 ◦ blue 21

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

Shades of Deep Fir #063215

Tints of Deep Fir #063215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 27.27%

R = 7.79%
G = 64.94%
B = 27.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#063215 (or 0x063215) is known color: Deep Fir. HEX triplet: 06, 32 and 15. RGB value is (6,50,21). Sum of RGB (Red+Green+Blue) = 6+50+21=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #063215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063215 is #F9CDEA. Grayscale: #212121. Windows color (decimal): -16371179 or 1389062. OLE color: 1389062.

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

Color convert

RGB 6 50 21 -
CMYK 0.88 0 0.58 0.80
HSL 140.45º 0.79% 0.11% -
HSV(B) 140.45º 0.88% 0.2% -
XYZ 1.35 2.37 1.1 -
YUV 33.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 6 50 21 0.88 0 0.58 0.80 140.45 0.79 0.11
Hex 6 32 15 58 0 3A 50 8C 4F B
Octal 6 62 25 130 0 72 120 214 117 13
Binary 110 110010 10101 1011000 0 111010 1010000 10001100 1001111 1011

Color Harmonies of #063215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063215

Black with #063215

Text Example


Text Example

White with #063215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063215; }

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

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

background-color css

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

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

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

border-color css

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

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

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