Html Css Color HEX #6F676E Salt Box

📋 copy color: '#6F676E'

red 111 ◦ green 103 ◦ blue 110

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

Shades of Salt Box #6F676E

Tints of Salt Box #6F676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 34.26%
G = 31.79%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F676E (or 0x6F676E) is known color: Salt Box. HEX triplet: 6F, 67 and 6E. RGB value is (111,103,110). Sum of RGB (Red+Green+Blue) = 111+103+110=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 111 - color contains mainly: red. Hex color #6F676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F676E is #909891. Grayscale: #6A6A6A. Windows color (decimal): -9476242 or 7235439. OLE color: 7235439.

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

Color convert

RGB 111 103 110 -
CMYK 0 0.07 0.01 0.56
HSL 307.5º 0.04% 0.42% -
HSV(B) 307.5º 0.07% 0.44% -
XYZ 14.22 14.21 16.74 -
YUV 106.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 111 103 110 0 0.07 0.01 0.56 307.5 0.04 0.42
Hex 6F 67 6E 0 7 1 38 134 4 2A
Octal 157 147 156 0 7 1 70 464 4 52
Binary 1101111 1100111 1101110 0 111 1 111000 100110100 100 101010

Color Harmonies of #6F676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F676E

Black with #6F676E

Text Example


Text Example

White with #6F676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,103,110); }

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

background-color css

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

 a { background-color: rgb(111,103,110); }

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

border-color css

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

 span { border-color: rgb(111,103,110); }

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