Html Css Color HEX #6F616D Salt Box

📋 copy color: '#6F616D'

red 111 ◦ green 97 ◦ blue 109

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

Shades of Salt Box #6F616D

Tints of Salt Box #6F616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

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

R = 35.02%
G = 30.6%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F616D (or 0x6F616D) is known color: Salt Box. HEX triplet: 6F, 61 and 6D. RGB value is (111,97,109). Sum of RGB (Red+Green+Blue) = 111+97+109=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F616D is #909E92. Grayscale: #666666. Windows color (decimal): -9477779 or 7168367. OLE color: 7168367.

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

Color convert

RGB 111 97 109 -
CMYK 0 0.13 0.02 0.56
HSL 308.57º 0.07% 0.41% -
HSV(B) 308.57º 0.13% 0.44% -
XYZ 13.59 13.03 16.27 -
YUV 102.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 111 97 109 0 0.13 0.02 0.56 308.57 0.07 0.41
Hex 6F 61 6D 0 D 2 38 135 7 29
Octal 157 141 155 0 15 2 70 465 7 51
Binary 1101111 1100001 1101101 0 1101 10 111000 100110101 111 101001

Color Harmonies of #6F616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F616D

Black with #6F616D

Text Example


Text Example

White with #6F616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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