Html Css Color HEX #6F5247 Spice

📋 copy color: '#6F5247'

red 111 ◦ green 82 ◦ blue 71

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

Shades of Spice #6F5247

Tints of Spice #6F5247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 42.05%
G = 31.06%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F5247 (or 0x6F5247) is known color: Spice. HEX triplet: 6F, 52 and 47. RGB value is (111,82,71). Sum of RGB (Red+Green+Blue) = 111+82+71=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5247 is #90ADB8. Grayscale: #595959. Windows color (decimal): -9481657 or 4674159. OLE color: 4674159.

HSL color Cylindrical-coordinate representation of color #6F5247: hue angle of 16.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F5247 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 71 -
CMYK 0 0.26 0.36 0.56
HSL 16.5º 0.22% 0.36% -
HSV(B) 16.5º 0.36% 0.44% -
XYZ 10.71 9.87 7.3 -
YUV 89.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 111 82 71 0 0.26 0.36 0.56 16.5 0.22 0.36
Hex 6F 52 47 0 1A 24 38 10 16 24
Octal 157 122 107 0 32 44 70 20 26 44
Binary 1101111 1010010 1000111 0 11010 100100 111000 10000 10110 100100

Color Harmonies of #6F5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5247

Black with #6F5247

Text Example


Text Example

White with #6F5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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