Html Css Color HEX #6F513E Spice

📋 copy color: '#6F513E'

red 111 ◦ green 81 ◦ blue 62

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

Shades of Spice #6F513E

Tints of Spice #6F513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 43.7%
G = 31.89%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F513E (or 0x6F513E) is known color: Spice. HEX triplet: 6F, 51 and 3E. RGB value is (111,81,62). Sum of RGB (Red+Green+Blue) = 111+81+62=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F513E is #90AEC1. Grayscale: #575757. Windows color (decimal): -9481922 or 4084079. OLE color: 4084079.

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

Color convert

RGB 111 81 62 -
CMYK 0 0.27 0.44 0.56
HSL 23.27º 0.28% 0.34% -
HSV(B) 23.27º 0.44% 0.44% -
XYZ 10.37 9.61 5.87 -
YUV 87.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 111 81 62 0 0.27 0.44 0.56 23.27 0.28 0.34
Hex 6F 51 3E 0 1B 2C 38 17 1C 22
Octal 157 121 76 0 33 54 70 27 34 42
Binary 1101111 1010001 111110 0 11011 101100 111000 10111 11100 100010

Color Harmonies of #6F513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F513E

Black with #6F513E

Text Example


Text Example

White with #6F513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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