Html Css Color HEX #063C0F Deep Fir

📋 copy color: '#063C0F'

red 6 ◦ green 60 ◦ blue 15

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

Shades of Deep Fir #063C0F

Tints of Deep Fir #063C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 74.07%

 BLUE value IS 15 (6.25% from 255) = 18.52%

R = 7.41%
G = 74.07%
B = 18.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#063C0F (or 0x063C0F) is known color: Deep Fir. HEX triplet: 06, 3C and 0F. RGB value is (6,60,15). Sum of RGB (Red+Green+Blue) = 6+60+15=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 60 (23.83% from 255 or 74.07% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 60 - color contains mainly: green. Hex color #063C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063C0F is #F9C3F0. Grayscale: #262626. Windows color (decimal): -16368625 or 998406. OLE color: 998406.

HSL color Cylindrical-coordinate representation of color #063C0F: hue angle of 130º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063C0F is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 60 15 -
CMYK 0.90 0 0.75 0.76
HSL 130º 0.82% 0.13% -
HSV(B) 130º 0.9% 0.24% -
XYZ 1.78 3.3 1 -
YUV 38.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 6 60 15 0.90 0 0.75 0.76 130 0.82 0.13
Hex 6 3C F 5A 0 4B 4C 82 52 D
Octal 6 74 17 132 0 113 114 202 122 15
Binary 110 111100 1111 1011010 0 1001011 1001100 10000010 1010010 1101

Color Harmonies of #063C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C0F

Black with #063C0F

Text Example


Text Example

White with #063C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063C0F; }

 p { color: rgb(6,60,15); }

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

background-color css

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

 a { background-color: rgb(6,60,15); }

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

border-color css

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

 span { border-color: rgb(6,60,15); }

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