Html Css Color HEX #6F5242 Spice

📋 copy color: '#6F5242'

red 111 ◦ green 82 ◦ blue 66

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

Shades of Spice #6F5242

Tints of Spice #6F5242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 42.86%
G = 31.66%
B = 25.48%

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

#6F5242 (or 0x6F5242) is known color: Spice. HEX triplet: 6F, 52 and 42. RGB value is (111,82,66). Sum of RGB (Red+Green+Blue) = 111+82+66=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5242 is #90ADBD. Grayscale: #585858. Windows color (decimal): -9481662 or 4346479. OLE color: 4346479.

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

Color convert

RGB 111 82 66 -
CMYK 0 0.26 0.41 0.56
HSL 21.33º 0.25% 0.35% -
HSV(B) 21.33º 0.41% 0.44% -
XYZ 10.56 9.81 6.49 -
YUV 88.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 111 82 66 0 0.26 0.41 0.56 21.33 0.25 0.35
Hex 6F 52 42 0 1A 29 38 15 19 23
Octal 157 122 102 0 32 51 70 25 31 43
Binary 1101111 1010010 1000010 0 11010 101001 111000 10101 11001 100011

Color Harmonies of #6F5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5242

Black with #6F5242

Text Example


Text Example

White with #6F5242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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