Html Css Color HEX #A6755D Toast

📋 copy color: '#A6755D'

red 166 ◦ green 117 ◦ blue 93

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

Shades of Toast #A6755D

Tints of Toast #A6755D

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 44.15%
G = 31.12%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6755D (or 0xA6755D) is known color: Toast. HEX triplet: A6, 75 and 5D. RGB value is (166,117,93). Sum of RGB (Red+Green+Blue) = 166+117+93=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6755D is #598AA2. Grayscale: #818181. Windows color (decimal): -5868195 or 6124966. OLE color: 6124966.

HSL color Cylindrical-coordinate representation of color #A6755D: hue angle of 19.73º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6755D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 93 -
CMYK 0 0.30 0.44 0.35
HSL 19.73º 0.29% 0.51% -
HSV(B) 19.73º 0.44% 0.65% -
XYZ 24.06 21.62 13.26 -
YUV 128.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 166 117 93 0 0.30 0.44 0.35 19.73 0.29 0.51
Hex A6 75 5D 0 1E 2C 23 14 1D 33
Octal 246 165 135 0 36 54 43 24 35 63
Binary 10100110 1110101 1011101 0 11110 101100 100011 10100 11101 110011

Color Harmonies of #A6755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6755D

Black with #A6755D

Text Example


Text Example

White with #A6755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6755D; }

 p { color: rgb(166,117,93); }

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

background-color css

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

 a { background-color: rgb(166,117,93); }

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

border-color css

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

 span { border-color: rgb(166,117,93); }

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