Html Css Color HEX #063310 Deep Fir

📋 copy color: '#063310'

red 6 ◦ green 51 ◦ blue 16

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

Shades of Deep Fir #063310

Tints of Deep Fir #063310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 69.86%

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

R = 8.22%
G = 69.86%
B = 21.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#063310 (or 0x063310) is known color: Deep Fir. HEX triplet: 06, 33 and 10. RGB value is (6,51,16). Sum of RGB (Red+Green+Blue) = 6+51+16=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #063310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063310 is #F9CCEF. Grayscale: #212121. Windows color (decimal): -16370928 or 1061638. OLE color: 1061638.

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

Color convert

RGB 6 51 16 -
CMYK 0.88 0 0.69 0.8
HSL 133.33º 0.79% 0.11% -
HSV(B) 133.33º 0.88% 0.2% -
XYZ 1.35 2.44 0.89 -
YUV 33.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 6 51 16 0.88 0 0.69 0.8 133.33 0.79 0.11
Hex 6 33 10 58 0 45 50 85 4F B
Octal 6 63 20 130 0 105 120 205 117 13
Binary 110 110011 10000 1011000 0 1000101 1010000 10000101 1001111 1011

Color Harmonies of #063310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063310

Black with #063310

Text Example


Text Example

White with #063310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063310; }

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

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

background-color css

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

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

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

border-color css

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

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

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