Html Css Color HEX #6F523F Spice

📋 copy color: '#6F523F'

red 111 ◦ green 82 ◦ blue 63

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

Shades of Spice #6F523F

Tints of Spice #6F523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 43.36%
G = 32.03%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6F523F (or 0x6F523F) is known color: Spice. HEX triplet: 6F, 52 and 3F. RGB value is (111,82,63). Sum of RGB (Red+Green+Blue) = 111+82+63=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F523F is #90ADC0. Grayscale: #585858. Windows color (decimal): -9481665 or 4149871. OLE color: 4149871.

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

Color convert

RGB 111 82 63 -
CMYK 0 0.26 0.43 0.56
HSL 23.75º 0.28% 0.34% -
HSV(B) 23.75º 0.43% 0.44% -
XYZ 10.47 9.77 6.04 -
YUV 88.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 111 82 63 0 0.26 0.43 0.56 23.75 0.28 0.34
Hex 6F 52 3F 0 1A 2B 38 18 1C 22
Octal 157 122 77 0 32 53 70 30 34 42
Binary 1101111 1010010 111111 0 11010 101011 111000 11000 11100 100010

Color Harmonies of #6F523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F523F

Black with #6F523F

Text Example


Text Example

White with #6F523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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