Html Css Color HEX #063515 Deep Fir

📋 copy color: '#063515'

red 6 ◦ green 53 ◦ blue 21

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

Shades of Deep Fir #063515

Tints of Deep Fir #063515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 66.25%

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

R = 7.5%
G = 66.25%
B = 26.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#063515 (or 0x063515) is known color: Deep Fir. HEX triplet: 06, 35 and 15. RGB value is (6,53,21). Sum of RGB (Red+Green+Blue) = 6+53+21=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #063515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063515 is #F9CAEA. Grayscale: #232323. Windows color (decimal): -16370411 or 1389830. OLE color: 1389830.

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

Color convert

RGB 6 53 21 -
CMYK 0.89 0 0.60 0.79
HSL 139.15º 0.8% 0.12% -
HSV(B) 139.15º 0.89% 0.21% -
XYZ 1.48 2.64 1.14 -
YUV 35.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 6 53 21 0.89 0 0.60 0.79 139.15 0.8 0.12
Hex 6 35 15 59 0 3C 4F 8B 50 C
Octal 6 65 25 131 0 74 117 213 120 14
Binary 110 110101 10101 1011001 0 111100 1001111 10001011 1010000 1100

Color Harmonies of #063515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063515

Black with #063515

Text Example


Text Example

White with #063515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063515; }

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

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

background-color css

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

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

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

border-color css

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

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

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