Html Css Color HEX #6F5246 Spice

📋 copy color: '#6F5246'

red 111 ◦ green 82 ◦ blue 70

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

Shades of Spice #6F5246

Tints of Spice #6F5246

RGB

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

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

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

R = 42.21%
G = 31.18%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F5246 (or 0x6F5246) is known color: Spice. HEX triplet: 6F, 52 and 46. RGB value is (111,82,70). Sum of RGB (Red+Green+Blue) = 111+82+70=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5246 is #90ADB9. Grayscale: #595959. Windows color (decimal): -9481658 or 4608623. OLE color: 4608623.

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

Color convert

RGB 111 82 70 -
CMYK 0 0.26 0.37 0.56
HSL 17.56º 0.23% 0.35% -
HSV(B) 17.56º 0.37% 0.44% -
XYZ 10.68 9.86 7.13 -
YUV 89.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 111 82 70 0 0.26 0.37 0.56 17.56 0.23 0.35
Hex 6F 52 46 0 1A 25 38 12 17 23
Octal 157 122 106 0 32 45 70 22 27 43
Binary 1101111 1010010 1000110 0 11010 100101 111000 10010 10111 100011

Color Harmonies of #6F5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5246

Black with #6F5246

Text Example


Text Example

White with #6F5246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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