Html Css Color HEX #6A5965 Salt Box

📋 copy color: '#6A5965'

red 106 ◦ green 89 ◦ blue 101

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

Shades of Salt Box #6A5965

Tints of Salt Box #6A5965

RGB

 RED value IS 106 (41.8% from 255) = 35.81%

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 35.81%
G = 30.07%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6A5965 (or 0x6A5965) is known color: Salt Box. HEX triplet: 6A, 59 and 65. RGB value is (106,89,101). Sum of RGB (Red+Green+Blue) = 106+89+101=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5965 is #95A69A. Grayscale: #5F5F5F. Windows color (decimal): -9807515 or 6642026. OLE color: 6642026.

HSL color Cylindrical-coordinate representation of color #6A5965: hue angle of 317.65º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A5965 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 89 101 -
CMYK 0 0.16 0.05 0.58
HSL 317.65º 0.09% 0.38% -
HSV(B) 317.65º 0.16% 0.42% -
XYZ 11.87 11.15 13.84 -
YUV 95.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 106 89 101 0 0.16 0.05 0.58 317.65 0.09 0.38
Hex 6A 59 65 0 10 5 3A 13E 9 26
Octal 152 131 145 0 20 5 72 476 11 46
Binary 1101010 1011001 1100101 0 10000 101 111010 100111110 1001 100110

Color Harmonies of #6A5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5965

Black with #6A5965

Text Example


Text Example

White with #6A5965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,89,101); }

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

background-color css

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

 a { background-color: rgb(106,89,101); }

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

border-color css

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

 span { border-color: rgb(106,89,101); }

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