Html Css Color HEX #6F5241 Spice

📋 copy color: '#6F5241'

red 111 ◦ green 82 ◦ blue 65

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

Shades of Spice #6F5241

Tints of Spice #6F5241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 43.02%
G = 31.78%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F5241 (or 0x6F5241) is known color: Spice. HEX triplet: 6F, 52 and 41. RGB value is (111,82,65). Sum of RGB (Red+Green+Blue) = 111+82+65=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5241 is #90ADBE. Grayscale: #585858. Windows color (decimal): -9481663 or 4280943. OLE color: 4280943.

HSL color Cylindrical-coordinate representation of color #6F5241: hue angle of 22.17º degrees, saturation: 0.26, 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 #6F5241 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 65 -
CMYK 0 0.26 0.41 0.56
HSL 22.17º 0.26% 0.35% -
HSV(B) 22.17º 0.41% 0.44% -
XYZ 10.53 9.8 6.34 -
YUV 88.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 111 82 65 0 0.26 0.41 0.56 22.17 0.26 0.35
Hex 6F 52 41 0 1A 29 38 16 1A 23
Octal 157 122 101 0 32 51 70 26 32 43
Binary 1101111 1010010 1000001 0 11010 101001 111000 10110 11010 100011

Color Harmonies of #6F5241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5241

Black with #6F5241

Text Example


Text Example

White with #6F5241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,82,65); }

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

background-color css

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

 a { background-color: rgb(111,82,65); }

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

border-color css

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

 span { border-color: rgb(111,82,65); }

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