#6B5065

Color #6B5065 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6B5065

Tints of Salt Box #6B5065

Color information

#6B5065 (or 0x6B5065) is unknown color: approx Salt Box. HEX triplet: 6B, 50 and 65. RGB value is (107,80,101). Sum of RGB (Red+Green+Blue) = 107+80+101=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5065 is #94AF9A. Grayscale: #5A5A5A. Windows color (decimal): -9744283 or 6639723. OLE color: 6639723.

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

Color convert

RGB10780101-
CMYK00.250.060.58
HSL313.33º14.44%36.67%-
HSV(B)313.33º25.23%41.96%-
XYZ11.289.813.61-
YUV90.47133.95139.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=37.15%
G=27.78%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078010100.250.060.58313.3314.4436.67
Hex6B506501963A139e25
Octal1531201450316724711645
Binary1101011101000011001010110011101110101001110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,101); }

 H1.HeaderClassName
 {
   color: #6B5065;
 }
 .AnyTagClassName
 {
   color: #6B5065;
 }
</style>
background-color css

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

 a { background-color: rgb(107,80,101); }

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

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

 span { border-color: rgb(107,80,101); }

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