Html Css Color HEX #6E4A38 Spice

📋 copy color: '#6E4A38'

red 110 ◦ green 74 ◦ blue 56

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

Shades of Spice #6E4A38

Tints of Spice #6E4A38

RGB

 RED value IS 110 (43.36% from 255) = 45.83%

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 45.83%
G = 30.83%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E4A38 (or 0x6E4A38) is known color: Spice. HEX triplet: 6E, 4A and 38. RGB value is (110,74,56). Sum of RGB (Red+Green+Blue) = 110+74+56=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A38 is #91B5C7. Grayscale: #525252. Windows color (decimal): -9549256 or 3689070. OLE color: 3689070.

HSL color Cylindrical-coordinate representation of color #6E4A38: hue angle of 20º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4A38 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 74 56 -
CMYK 0 0.33 0.49 0.57
HSL 20º 0.33% 0.33% -
HSV(B) 20º 0.49% 0.43% -
XYZ 9.59 8.5 4.88 -
YUV 82.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 110 74 56 0 0.33 0.49 0.57 20 0.33 0.33
Hex 6E 4A 38 0 21 31 39 14 21 21
Octal 156 112 70 0 41 61 71 24 41 41
Binary 1101110 1001010 111000 0 100001 110001 111001 10100 100001 100001

Color Harmonies of #6E4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A38

Black with #6E4A38

Text Example


Text Example

White with #6E4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E4A38; }

 p { color: rgb(110,74,56); }

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

background-color css

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

 a { background-color: rgb(110,74,56); }

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

border-color css

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

 span { border-color: rgb(110,74,56); }

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