Html Css Color HEX #6F5667 Salt Box

📋 copy color: '#6F5667'

red 111 ◦ green 86 ◦ blue 103

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

Shades of Salt Box #6F5667

Tints of Salt Box #6F5667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 37%
G = 28.67%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F5667 (or 0x6F5667) is known color: Salt Box. HEX triplet: 6F, 56 and 67. RGB value is (111,86,103). Sum of RGB (Red+Green+Blue) = 111+86+103=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5667 is #90A998. Grayscale: #5F5F5F. Windows color (decimal): -9480601 or 6772335. OLE color: 6772335.

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

Color convert

RGB 111 86 103 -
CMYK 0 0.23 0.07 0.56
HSL 319.2º 0.13% 0.39% -
HSV(B) 319.2º 0.23% 0.44% -
XYZ 12.33 11.01 14.31 -
YUV 95.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 111 86 103 0 0.23 0.07 0.56 319.2 0.13 0.39
Hex 6F 56 67 0 17 7 38 13F D 27
Octal 157 126 147 0 27 7 70 477 15 47
Binary 1101111 1010110 1100111 0 10111 111 111000 100111111 1101 100111

Color Harmonies of #6F5667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5667

Black with #6F5667

Text Example


Text Example

White with #6F5667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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