Html Css Color HEX #6A5D65 Salt Box

📋 copy color: '#6A5D65'

red 106 ◦ green 93 ◦ blue 101

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

Shades of Salt Box #6A5D65

Tints of Salt Box #6A5D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 35.33%
G = 31%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6A5D65 (or 0x6A5D65) is known color: Salt Box. HEX triplet: 6A, 5D and 65. RGB value is (106,93,101). Sum of RGB (Red+Green+Blue) = 106+93+101=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D65 is #95A29A. Grayscale: #616161. Windows color (decimal): -9806491 or 6643050. OLE color: 6643050.

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

Color convert

RGB 106 93 101 -
CMYK 0 0.12 0.05 0.58
HSL 323.08º 0.07% 0.39% -
HSV(B) 323.08º 0.12% 0.42% -
XYZ 12.21 11.83 13.95 -
YUV 97.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 106 93 101 0 0.12 0.05 0.58 323.08 0.07 0.39
Hex 6A 5D 65 0 C 5 3A 143 7 27
Octal 152 135 145 0 14 5 72 503 7 47
Binary 1101010 1011101 1100101 0 1100 101 111010 101000011 111 100111

Color Harmonies of #6A5D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5D65

Black with #6A5D65

Text Example


Text Example

White with #6A5D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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