Html Css Color HEX #6F5147 Spice

📋 copy color: '#6F5147'

red 111 ◦ green 81 ◦ blue 71

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

Shades of Spice #6F5147

Tints of Spice #6F5147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

 BLUE value IS 71 (28.13% from 255) = 27%

R = 42.21%
G = 30.8%
B = 27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F5147 (or 0x6F5147) is known color: Spice. HEX triplet: 6F, 51 and 47. RGB value is (111,81,71). Sum of RGB (Red+Green+Blue) = 111+81+71=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5147 is #90AEB8. Grayscale: #585858. Windows color (decimal): -9481913 or 4673903. OLE color: 4673903.

HSL color Cylindrical-coordinate representation of color #6F5147: hue angle of 15º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F5147 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 71 -
CMYK 0 0.27 0.36 0.56
HSL 15º 0.22% 0.36% -
HSV(B) 15º 0.36% 0.44% -
XYZ 10.64 9.72 7.28 -
YUV 88.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 111 81 71 0 0.27 0.36 0.56 15 0.22 0.36
Hex 6F 51 47 0 1B 24 38 F 16 24
Octal 157 121 107 0 33 44 70 17 26 44
Binary 1101111 1010001 1000111 0 11011 100100 111000 1111 10110 100100

Color Harmonies of #6F5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5147

Black with #6F5147

Text Example


Text Example

White with #6F5147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,71); }

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

background-color css

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

 a { background-color: rgb(111,81,71); }

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

border-color css

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

 span { border-color: rgb(111,81,71); }

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