Html Css Color HEX #6F4F40 Spice

📋 copy color: '#6F4F40'

red 111 ◦ green 79 ◦ blue 64

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

Shades of Spice #6F4F40

Tints of Spice #6F4F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 43.7%
G = 31.1%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F4F40 (or 0x6F4F40) is known color: Spice. HEX triplet: 6F, 4F and 40. RGB value is (111,79,64). Sum of RGB (Red+Green+Blue) = 111+79+64=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4F40 is #90B0BF. Grayscale: #565656. Windows color (decimal): -9482432 or 4214639. OLE color: 4214639.

HSL color Cylindrical-coordinate representation of color #6F4F40: hue angle of 19.15º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4F40 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 79 64 -
CMYK 0 0.29 0.42 0.56
HSL 19.15º 0.27% 0.34% -
HSV(B) 19.15º 0.42% 0.44% -
XYZ 10.28 9.34 6.11 -
YUV 86.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 111 79 64 0 0.29 0.42 0.56 19.15 0.27 0.34
Hex 6F 4F 40 0 1D 2A 38 13 1B 22
Octal 157 117 100 0 35 52 70 23 33 42
Binary 1101111 1001111 1000000 0 11101 101010 111000 10011 11011 100010

Color Harmonies of #6F4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4F40

Black with #6F4F40

Text Example


Text Example

White with #6F4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,79,64); }

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

background-color css

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

 a { background-color: rgb(111,79,64); }

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

border-color css

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

 span { border-color: rgb(111,79,64); }

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