Html Css Color HEX #063615 Deep Fir

📋 copy color: '#063615'

red 6 ◦ green 54 ◦ blue 21

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

Shades of Deep Fir #063615

Tints of Deep Fir #063615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 66.67%

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

R = 7.41%
G = 66.67%
B = 25.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#063615 (or 0x063615) is known color: Deep Fir. HEX triplet: 06, 36 and 15. RGB value is (6,54,21). Sum of RGB (Red+Green+Blue) = 6+54+21=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #063615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063615 is #F9C9EA. Grayscale: #232323. Windows color (decimal): -16370155 or 1390086. OLE color: 1390086.

HSL color Cylindrical-coordinate representation of color #063615: hue angle of 138.75º 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 #063615 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 54 21 -
CMYK 0.89 0 0.61 0.79
HSL 138.75º 0.8% 0.12% -
HSV(B) 138.75º 0.89% 0.21% -
XYZ 1.53 2.73 1.16 -
YUV 35.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 6 54 21 0.89 0 0.61 0.79 138.75 0.8 0.12
Hex 6 36 15 59 0 3D 4F 8B 50 C
Octal 6 66 25 131 0 75 117 213 120 14
Binary 110 110110 10101 1011001 0 111101 1001111 10001011 1010000 1100

Color Harmonies of #063615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063615

Black with #063615

Text Example


Text Example

White with #063615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063615; }

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

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

background-color css

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

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

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

border-color css

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

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

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