Html Css Color HEX #063010 Deep Fir

📋 copy color: '#063010'

red 6 ◦ green 48 ◦ blue 16

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

Shades of Deep Fir #063010

Tints of Deep Fir #063010

RGB

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

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

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

R = 8.57%
G = 68.57%
B = 22.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#063010 (or 0x063010) is known color: Deep Fir. HEX triplet: 06, 30 and 10. RGB value is (6,48,16). Sum of RGB (Red+Green+Blue) = 6+48+16=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #063010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063010 is #F9CFEF. Grayscale: #1F1F1F. Windows color (decimal): -16371696 or 1060870. OLE color: 1060870.

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

Color convert

RGB 6 48 16 -
CMYK 0.87 0 0.67 0.81
HSL 134.29º 0.78% 0.11% -
HSV(B) 134.29º 0.88% 0.19% -
XYZ 1.23 2.19 0.85 -
YUV 31.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 6 48 16 0.87 0 0.67 0.81 134.29 0.78 0.11
Hex 6 30 10 57 0 43 51 86 4E B
Octal 6 60 20 127 0 103 121 206 116 13
Binary 110 110000 10000 1010111 0 1000011 1010001 10000110 1001110 1011

Color Harmonies of #063010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063010

Black with #063010

Text Example


Text Example

White with #063010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063010; }

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

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

background-color css

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

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

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

border-color css

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

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

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