Html Css Color HEX #063811 Deep Fir

📋 copy color: '#063811'

red 6 ◦ green 56 ◦ blue 17

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

Shades of Deep Fir #063811

Tints of Deep Fir #063811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.52%

R = 7.59%
G = 70.89%
B = 21.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#063811 (or 0x063811) is known color: Deep Fir. HEX triplet: 06, 38 and 11. RGB value is (6,56,17). Sum of RGB (Red+Green+Blue) = 6+56+17=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #063811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063811 is #F9C7EE. Grayscale: #242424. Windows color (decimal): -16369647 or 1128454. OLE color: 1128454.

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

Color convert

RGB 6 56 17 -
CMYK 0.89 0 0.70 0.78
HSL 133.2º 0.81% 0.12% -
HSV(B) 133.2º 0.89% 0.22% -
XYZ 1.59 2.91 1.01 -
YUV 36.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 6 56 17 0.89 0 0.70 0.78 133.2 0.81 0.12
Hex 6 38 11 59 0 46 4E 85 51 C
Octal 6 70 21 131 0 106 116 205 121 14
Binary 110 111000 10001 1011001 0 1000110 1001110 10000101 1010001 1100

Color Harmonies of #063811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063811

Black with #063811

Text Example


Text Example

White with #063811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063811; }

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

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

background-color css

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

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

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

border-color css

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

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

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