Html Css Color HEX #6F5341 Spice

📋 copy color: '#6F5341'

red 111 ◦ green 83 ◦ blue 65

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

Shades of Spice #6F5341

Tints of Spice #6F5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 42.86%
G = 32.05%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F5341 (or 0x6F5341) is known color: Spice. HEX triplet: 6F, 53 and 41. RGB value is (111,83,65). Sum of RGB (Red+Green+Blue) = 111+83+65=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5341 is #90ACBE. Grayscale: #595959. Windows color (decimal): -9481407 or 4281199. OLE color: 4281199.

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

Color convert

RGB 111 83 65 -
CMYK 0 0.25 0.41 0.56
HSL 23.48º 0.26% 0.35% -
HSV(B) 23.48º 0.41% 0.44% -
XYZ 10.6 9.95 6.36 -
YUV 89.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 111 83 65 0 0.25 0.41 0.56 23.48 0.26 0.35
Hex 6F 53 41 0 19 29 38 17 1A 23
Octal 157 123 101 0 31 51 70 27 32 43
Binary 1101111 1010011 1000001 0 11001 101001 111000 10111 11010 100011

Color Harmonies of #6F5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5341

Black with #6F5341

Text Example


Text Example

White with #6F5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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