Html Css Color HEX #063818 Deep Fir

📋 copy color: '#063818'

red 6 ◦ green 56 ◦ blue 24

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

Shades of Deep Fir #063818

Tints of Deep Fir #063818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 27.91%

R = 6.98%
G = 65.12%
B = 27.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#063818 (or 0x063818) is known color: Deep Fir. HEX triplet: 06, 38 and 18. RGB value is (6,56,24). Sum of RGB (Red+Green+Blue) = 6+56+24=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #063818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063818 is #F9C7E7. Grayscale: #252525. Windows color (decimal): -16369640 or 1587206. OLE color: 1587206.

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

Color convert

RGB 6 56 24 -
CMYK 0.89 0 0.57 0.78
HSL 141.6º 0.81% 0.12% -
HSV(B) 141.6º 0.89% 0.22% -
XYZ 1.65 2.93 1.34 -
YUV 37.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 6 56 24 0.89 0 0.57 0.78 141.6 0.81 0.12
Hex 6 38 18 59 0 39 4E 8E 51 C
Octal 6 70 30 131 0 71 116 216 121 14
Binary 110 111000 11000 1011001 0 111001 1001110 10001110 1010001 1100

Color Harmonies of #063818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063818

Black with #063818

Text Example


Text Example

White with #063818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063818; }

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

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

background-color css

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

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

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

border-color css

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

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

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