Html Css Color HEX #063618 Deep Fir

📋 copy color: '#063618'

red 6 ◦ green 54 ◦ blue 24

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

Shades of Deep Fir #063618

Tints of Deep Fir #063618

RGB

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

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

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

R = 7.14%
G = 64.29%
B = 28.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#063618 (or 0x063618) is known color: Deep Fir. HEX triplet: 06, 36 and 18. RGB value is (6,54,24). Sum of RGB (Red+Green+Blue) = 6+54+24=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #063618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063618 is #F9C9E7. Grayscale: #242424. Windows color (decimal): -16370152 or 1586694. OLE color: 1586694.

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

Color convert

RGB 6 54 24 -
CMYK 0.89 0 0.56 0.79
HSL 142.5º 0.8% 0.12% -
HSV(B) 142.5º 0.89% 0.21% -
XYZ 1.56 2.74 1.31 -
YUV 36.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 6 54 24 0.89 0 0.56 0.79 142.5 0.8 0.12
Hex 6 36 18 59 0 38 4F 8E 50 C
Octal 6 66 30 131 0 70 117 216 120 14
Binary 110 110110 11000 1011001 0 111000 1001111 10001110 1010000 1100

Color Harmonies of #063618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063618

Black with #063618

Text Example


Text Example

White with #063618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063618; }

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

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

background-color css

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

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

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

border-color css

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

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

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