Html Css Color HEX #6B5263 Salt Box

📋 copy color: '#6B5263'

red 107 ◦ green 82 ◦ blue 99

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

Shades of Salt Box #6B5263

Tints of Salt Box #6B5263

RGB

 RED value IS 107 (42.19% from 255) = 37.15%

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 99 (39.06% from 255) = 34.38%

R = 37.15%
G = 28.47%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B5263 (or 0x6B5263) is known color: Salt Box. HEX triplet: 6B, 52 and 63. RGB value is (107,82,99). Sum of RGB (Red+Green+Blue) = 107+82+99=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5263 is #94AD9C. Grayscale: #5B5B5B. Windows color (decimal): -9743773 or 6509163. OLE color: 6509163.

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

Color convert

RGB 107 82 99 -
CMYK 0 0.23 0.07 0.58
HSL 319.2º 0.13% 0.37% -
HSV(B) 319.2º 0.23% 0.42% -
XYZ 11.33 10.06 13.15 -
YUV 91.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 107 82 99 0 0.23 0.07 0.58 319.2 0.13 0.37
Hex 6B 52 63 0 17 7 3A 13F D 25
Octal 153 122 143 0 27 7 72 477 15 45
Binary 1101011 1010010 1100011 0 10111 111 111010 100111111 1101 100101

Color Harmonies of #6B5263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5263

Black with #6B5263

Text Example


Text Example

White with #6B5263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,99); }

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

background-color css

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

 a { background-color: rgb(107,82,99); }

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

border-color css

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

 span { border-color: rgb(107,82,99); }

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