Html Css Color HEX #063210 Deep Fir

📋 copy color: '#063210'

red 6 ◦ green 50 ◦ blue 16

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

Shades of Deep Fir #063210

Tints of Deep Fir #063210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 22.22%

R = 8.33%
G = 69.44%
B = 22.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#063210 (or 0x063210) is known color: Deep Fir. HEX triplet: 06, 32 and 10. RGB value is (6,50,16). Sum of RGB (Red+Green+Blue) = 6+50+16=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #063210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063210 is #F9CDEF. Grayscale: #212121. Windows color (decimal): -16371184 or 1061382. OLE color: 1061382.

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

Color convert

RGB 6 50 16 -
CMYK 0.88 0 0.68 0.80
HSL 133.64º 0.79% 0.11% -
HSV(B) 133.64º 0.88% 0.2% -
XYZ 1.31 2.36 0.88 -
YUV 32.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 6 50 16 0.88 0 0.68 0.80 133.64 0.79 0.11
Hex 6 32 10 58 0 44 50 86 4F B
Octal 6 62 20 130 0 104 120 206 117 13
Binary 110 110010 10000 1011000 0 1000100 1010000 10000110 1001111 1011

Color Harmonies of #063210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063210

Black with #063210

Text Example


Text Example

White with #063210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063210; }

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

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

background-color css

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

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

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

border-color css

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

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

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