Html Css Color HEX #063813 Deep Fir

📋 copy color: '#063813'

red 6 ◦ green 56 ◦ blue 19

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

Shades of Deep Fir #063813

Tints of Deep Fir #063813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 69.14%

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 7.41%
G = 69.14%
B = 23.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#063813 (or 0x063813) is known color: Deep Fir. HEX triplet: 06, 38 and 13. RGB value is (6,56,19). Sum of RGB (Red+Green+Blue) = 6+56+19=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #063813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063813 is #F9C7EC. Grayscale: #242424. Windows color (decimal): -16369645 or 1259526. OLE color: 1259526.

HSL color Cylindrical-coordinate representation of color #063813: hue angle of 135.6º degrees, saturation: 0.81, 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 #063813 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 56 19 -
CMYK 0.89 0 0.66 0.78
HSL 135.6º 0.81% 0.12% -
HSV(B) 135.6º 0.89% 0.22% -
XYZ 1.61 2.91 1.09 -
YUV 36.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 6 56 19 0.89 0 0.66 0.78 135.6 0.81 0.12
Hex 6 38 13 59 0 42 4E 88 51 C
Octal 6 70 23 131 0 102 116 210 121 14
Binary 110 111000 10011 1011001 0 1000010 1001110 10001000 1010001 1100

Color Harmonies of #063813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063813

Black with #063813

Text Example


Text Example

White with #063813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063813; }

 p { color: rgb(6,56,19); }

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

background-color css

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

 a { background-color: rgb(6,56,19); }

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

border-color css

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

 span { border-color: rgb(6,56,19); }

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