Html Css Color HEX #6F5046 Spice

📋 copy color: '#6F5046'

red 111 ◦ green 80 ◦ blue 70

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

Shades of Spice #6F5046

Tints of Spice #6F5046

RGB

 RED value IS 111 (43.75% from 255) = 42.53%

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

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 42.53%
G = 30.65%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F5046 (or 0x6F5046) is known color: Spice. HEX triplet: 6F, 50 and 46. RGB value is (111,80,70). Sum of RGB (Red+Green+Blue) = 111+80+70=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5046 is #90AFB9. Grayscale: #585858. Windows color (decimal): -9482170 or 4608111. OLE color: 4608111.

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

Color convert

RGB 111 80 70 -
CMYK 0 0.28 0.37 0.56
HSL 14.63º 0.23% 0.35% -
HSV(B) 14.63º 0.37% 0.44% -
XYZ 10.53 9.56 7.08 -
YUV 88.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 111 80 70 0 0.28 0.37 0.56 14.63 0.23 0.35
Hex 6F 50 46 0 1C 25 38 F 17 23
Octal 157 120 106 0 34 45 70 17 27 43
Binary 1101111 1010000 1000110 0 11100 100101 111000 1111 10111 100011

Color Harmonies of #6F5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5046

Black with #6F5046

Text Example


Text Example

White with #6F5046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,70); }

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

background-color css

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

 a { background-color: rgb(111,80,70); }

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

border-color css

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

 span { border-color: rgb(111,80,70); }

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