Html Css Color HEX #063715 Deep Fir

📋 copy color: '#063715'

red 6 ◦ green 55 ◦ blue 21

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

Shades of Deep Fir #063715

Tints of Deep Fir #063715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 67.07%

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

R = 7.32%
G = 67.07%
B = 25.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#063715 (or 0x063715) is known color: Deep Fir. HEX triplet: 06, 37 and 15. RGB value is (6,55,21). Sum of RGB (Red+Green+Blue) = 6+55+21=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 55 (21.88% from 255 or 67.07% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 55 - color contains mainly: green. Hex color #063715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063715 is #F9C8EA. Grayscale: #242424. Windows color (decimal): -16369899 or 1390342. OLE color: 1390342.

HSL color Cylindrical-coordinate representation of color #063715: hue angle of 138.37º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063715 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 55 21 -
CMYK 0.89 0 0.62 0.78
HSL 138.37º 0.8% 0.12% -
HSV(B) 138.37º 0.89% 0.22% -
XYZ 1.58 2.83 1.17 -
YUV 36.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 6 55 21 0.89 0 0.62 0.78 138.37 0.8 0.12
Hex 6 37 15 59 0 3E 4E 8A 50 C
Octal 6 67 25 131 0 76 116 212 120 14
Binary 110 110111 10101 1011001 0 111110 1001110 10001010 1010000 1100

Color Harmonies of #063715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063715

Black with #063715

Text Example


Text Example

White with #063715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063715; }

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

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

background-color css

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

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

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

border-color css

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

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

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