Html Css Color HEX #6E4A3A Spice

📋 copy color: '#6E4A3A'

red 110 ◦ green 74 ◦ blue 58

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

Shades of Spice #6E4A3A

Tints of Spice #6E4A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 45.45%
G = 30.58%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E4A3A (or 0x6E4A3A) is known color: Spice. HEX triplet: 6E, 4A and 3A. RGB value is (110,74,58). Sum of RGB (Red+Green+Blue) = 110+74+58=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A3A is #91B5C5. Grayscale: #535353. Windows color (decimal): -9549254 or 3820142. OLE color: 3820142.

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

Color convert

RGB 110 74 58 -
CMYK 0 0.33 0.47 0.57
HSL 18.46º 0.31% 0.33% -
HSV(B) 18.46º 0.47% 0.43% -
XYZ 9.64 8.52 5.14 -
YUV 82.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 110 74 58 0 0.33 0.47 0.57 18.46 0.31 0.33
Hex 6E 4A 3A 0 21 2F 39 12 1F 21
Octal 156 112 72 0 41 57 71 22 37 41
Binary 1101110 1001010 111010 0 100001 101111 111001 10010 11111 100001

Color Harmonies of #6E4A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A3A

Black with #6E4A3A

Text Example


Text Example

White with #6E4A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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