Html Css Color HEX #6E5045 Spice

📋 copy color: '#6E5045'

red 110 ◦ green 80 ◦ blue 69

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

Shades of Spice #6E5045

Tints of Spice #6E5045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 42.47%
G = 30.89%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6E5045 (or 0x6E5045) is known color: Spice. HEX triplet: 6E, 50 and 45. RGB value is (110,80,69). Sum of RGB (Red+Green+Blue) = 110+80+69=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5045 is #91AFBA. Grayscale: #575757. Windows color (decimal): -9547707 or 4542574. OLE color: 4542574.

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

Color convert

RGB 110 80 69 -
CMYK 0 0.27 0.37 0.57
HSL 16.1º 0.23% 0.35% -
HSV(B) 16.1º 0.37% 0.43% -
XYZ 10.37 9.48 6.91 -
YUV 87.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 110 80 69 0 0.27 0.37 0.57 16.1 0.23 0.35
Hex 6E 50 45 0 1B 25 39 10 17 23
Octal 156 120 105 0 33 45 71 20 27 43
Binary 1101110 1010000 1000101 0 11011 100101 111001 10000 10111 100011

Color Harmonies of #6E5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5045

Black with #6E5045

Text Example


Text Example

White with #6E5045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,69); }

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

background-color css

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

 a { background-color: rgb(110,80,69); }

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

border-color css

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

 span { border-color: rgb(110,80,69); }

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