Html Css Color HEX #6F5243 Spice

📋 copy color: '#6F5243'

red 111 ◦ green 82 ◦ blue 67

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

Shades of Spice #6F5243

Tints of Spice #6F5243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.77%

R = 42.69%
G = 31.54%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#6F5243 (or 0x6F5243) is known color: Spice. HEX triplet: 6F, 52 and 43. RGB value is (111,82,67). Sum of RGB (Red+Green+Blue) = 111+82+67=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5243 is #90ADBC. Grayscale: #595959. Windows color (decimal): -9481661 or 4412015. OLE color: 4412015.

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

Color convert

RGB 111 82 67 -
CMYK 0 0.26 0.40 0.56
HSL 20.45º 0.25% 0.35% -
HSV(B) 20.45º 0.4% 0.44% -
XYZ 10.59 9.82 6.65 -
YUV 88.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 111 82 67 0 0.26 0.40 0.56 20.45 0.25 0.35
Hex 6F 52 43 0 1A 28 38 14 19 23
Octal 157 122 103 0 32 50 70 24 31 43
Binary 1101111 1010010 1000011 0 11010 101000 111000 10100 11001 100011

Color Harmonies of #6F5243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5243

Black with #6F5243

Text Example


Text Example

White with #6F5243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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