Html Css Color HEX #6F636E Salt Box

📋 copy color: '#6F636E'

red 111 ◦ green 99 ◦ blue 110

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

Shades of Salt Box #6F636E

Tints of Salt Box #6F636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 34.69%
G = 30.94%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F636E (or 0x6F636E) is known color: Salt Box. HEX triplet: 6F, 63 and 6E. RGB value is (111,99,110). Sum of RGB (Red+Green+Blue) = 111+99+110=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F636E is #909C91. Grayscale: #676767. Windows color (decimal): -9477266 or 7234415. OLE color: 7234415.

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

Color convert

RGB 111 99 110 -
CMYK 0 0.11 0.01 0.56
HSL 305º 0.06% 0.41% -
HSV(B) 305º 0.11% 0.44% -
XYZ 13.83 13.43 16.61 -
YUV 103.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 111 99 110 0 0.11 0.01 0.56 305 0.06 0.41
Hex 6F 63 6E 0 B 1 38 131 6 29
Octal 157 143 156 0 13 1 70 461 6 51
Binary 1101111 1100011 1101110 0 1011 1 111000 100110001 110 101001

Color Harmonies of #6F636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F636E

Black with #6F636E

Text Example


Text Example

White with #6F636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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