Html Css Color HEX #6F576D Salt Box

📋 copy color: '#6F576D'

red 111 ◦ green 87 ◦ blue 109

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

Shades of Salt Box #6F576D

Tints of Salt Box #6F576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 36.16%
G = 28.34%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F576D (or 0x6F576D) is known color: Salt Box. HEX triplet: 6F, 57 and 6D. RGB value is (111,87,109). Sum of RGB (Red+Green+Blue) = 111+87+109=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F576D is #90A892. Grayscale: #606060. Windows color (decimal): -9480339 or 7165807. OLE color: 7165807.

HSL color Cylindrical-coordinate representation of color #6F576D: hue angle of 305º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F576D is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 87 109 -
CMYK 0 0.22 0.02 0.56
HSL 305º 0.12% 0.39% -
HSV(B) 305º 0.22% 0.44% -
XYZ 12.72 11.3 15.98 -
YUV 96.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 111 87 109 0 0.22 0.02 0.56 305 0.12 0.39
Hex 6F 57 6D 0 16 2 38 131 C 27
Octal 157 127 155 0 26 2 70 461 14 47
Binary 1101111 1010111 1101101 0 10110 10 111000 100110001 1100 100111

Color Harmonies of #6F576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F576D

Black with #6F576D

Text Example


Text Example

White with #6F576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,87,109); }

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

background-color css

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

 a { background-color: rgb(111,87,109); }

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

border-color css

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

 span { border-color: rgb(111,87,109); }

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