Html Css Color HEX #6F5142 Spice

📋 copy color: '#6F5142'

red 111 ◦ green 81 ◦ blue 66

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

Shades of Spice #6F5142

Tints of Spice #6F5142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 43.02%
G = 31.4%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F5142 (or 0x6F5142) is known color: Spice. HEX triplet: 6F, 51 and 42. RGB value is (111,81,66). Sum of RGB (Red+Green+Blue) = 111+81+66=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5142 is #90AEBD. Grayscale: #585858. Windows color (decimal): -9481918 or 4346223. OLE color: 4346223.

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

Color convert

RGB 111 81 66 -
CMYK 0 0.27 0.41 0.56
HSL 20º 0.25% 0.35% -
HSV(B) 20º 0.41% 0.44% -
XYZ 10.48 9.66 6.47 -
YUV 88.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 111 81 66 0 0.27 0.41 0.56 20 0.25 0.35
Hex 6F 51 42 0 1B 29 38 14 19 23
Octal 157 121 102 0 33 51 70 24 31 43
Binary 1101111 1010001 1000010 0 11011 101001 111000 10100 11001 100011

Color Harmonies of #6F5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5142

Black with #6F5142

Text Example


Text Example

White with #6F5142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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