Html Css Color HEX #6F513F Spice

📋 copy color: '#6F513F'

red 111 ◦ green 81 ◦ blue 63

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

Shades of Spice #6F513F

Tints of Spice #6F513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

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

R = 43.53%
G = 31.76%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6F513F (or 0x6F513F) is known color: Spice. HEX triplet: 6F, 51 and 3F. RGB value is (111,81,63). Sum of RGB (Red+Green+Blue) = 111+81+63=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F513F is #90AEC0. Grayscale: #585858. Windows color (decimal): -9481921 or 4149615. OLE color: 4149615.

HSL color Cylindrical-coordinate representation of color #6F513F: hue angle of 22.5º 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 #6F513F is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 63 -
CMYK 0 0.27 0.43 0.56
HSL 22.5º 0.28% 0.34% -
HSV(B) 22.5º 0.43% 0.44% -
XYZ 10.4 9.62 6.01 -
YUV 87.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 111 81 63 0 0.27 0.43 0.56 22.5 0.28 0.34
Hex 6F 51 3F 0 1B 2B 38 16 1C 22
Octal 157 121 77 0 33 53 70 26 34 42
Binary 1101111 1010001 111111 0 11011 101011 111000 10110 11100 100010

Color Harmonies of #6F513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F513F

Black with #6F513F

Text Example


Text Example

White with #6F513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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