Html Css Color HEX #6F4F42 Spice

📋 copy color: '#6F4F42'

red 111 ◦ green 79 ◦ blue 66

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

Shades of Spice #6F4F42

Tints of Spice #6F4F42

RGB

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

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

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

R = 43.36%
G = 30.86%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F4F42 (or 0x6F4F42) is known color: Spice. HEX triplet: 6F, 4F and 42. RGB value is (111,79,66). Sum of RGB (Red+Green+Blue) = 111+79+66=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4F42 is #90B0BD. Grayscale: #575757. Windows color (decimal): -9482430 or 4345711. OLE color: 4345711.

HSL color Cylindrical-coordinate representation of color #6F4F42: hue angle of 17.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 #6F4F42 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 79 66 -
CMYK 0 0.29 0.41 0.56
HSL 17.33º 0.25% 0.35% -
HSV(B) 17.33º 0.41% 0.44% -
XYZ 10.33 9.36 6.42 -
YUV 87.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 111 79 66 0 0.29 0.41 0.56 17.33 0.25 0.35
Hex 6F 4F 42 0 1D 29 38 11 19 23
Octal 157 117 102 0 35 51 70 21 31 43
Binary 1101111 1001111 1000010 0 11101 101001 111000 10001 11001 100011

Color Harmonies of #6F4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4F42

Black with #6F4F42

Text Example


Text Example

White with #6F4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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