Html Css Color HEX #6F5146 Spice

📋 copy color: '#6F5146'

red 111 ◦ green 81 ◦ blue 70

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

Shades of Spice #6F5146

Tints of Spice #6F5146

RGB

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

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

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

R = 42.37%
G = 30.92%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F5146 (or 0x6F5146) is known color: Spice. HEX triplet: 6F, 51 and 46. RGB value is (111,81,70). Sum of RGB (Red+Green+Blue) = 111+81+70=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5146 is #90AEB9. Grayscale: #585858. Windows color (decimal): -9481914 or 4608367. OLE color: 4608367.

HSL color Cylindrical-coordinate representation of color #6F5146: hue angle of 16.1º 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 #6F5146 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 70 -
CMYK 0 0.27 0.37 0.56
HSL 16.1º 0.23% 0.35% -
HSV(B) 16.1º 0.37% 0.44% -
XYZ 10.6 9.71 7.11 -
YUV 88.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 111 81 70 0 0.27 0.37 0.56 16.1 0.23 0.35
Hex 6F 51 46 0 1B 25 38 10 17 23
Octal 157 121 106 0 33 45 70 20 27 43
Binary 1101111 1010001 1000110 0 11011 100101 111000 10000 10111 100011

Color Harmonies of #6F5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5146

Black with #6F5146

Text Example


Text Example

White with #6F5146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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