Html Css Color HEX #6A5B65 Salt Box

📋 copy color: '#6A5B65'

red 106 ◦ green 91 ◦ blue 101

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

Shades of Salt Box #6A5B65

Tints of Salt Box #6A5B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

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

R = 35.57%
G = 30.54%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6A5B65 (or 0x6A5B65) is known color: Salt Box. HEX triplet: 6A, 5B and 65. RGB value is (106,91,101). Sum of RGB (Red+Green+Blue) = 106+91+101=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B65 is #95A49A. Grayscale: #606060. Windows color (decimal): -9807003 or 6642538. OLE color: 6642538.

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

Color convert

RGB 106 91 101 -
CMYK 0 0.14 0.05 0.58
HSL 320º 0.08% 0.39% -
HSV(B) 320º 0.14% 0.42% -
XYZ 12.03 11.49 13.89 -
YUV 96.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 106 91 101 0 0.14 0.05 0.58 320 0.08 0.39
Hex 6A 5B 65 0 E 5 3A 140 8 27
Octal 152 133 145 0 16 5 72 500 10 47
Binary 1101010 1011011 1100101 0 1110 101 111010 101000000 1000 100111

Color Harmonies of #6A5B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5B65

Black with #6A5B65

Text Example


Text Example

White with #6A5B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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