Html Css Color HEX #A6765D Toast

📋 copy color: '#A6765D'

red 166 ◦ green 118 ◦ blue 93

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

Shades of Toast #A6765D

Tints of Toast #A6765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 44.03%
G = 31.3%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6765D (or 0xA6765D) is known color: Toast. HEX triplet: A6, 76 and 5D. RGB value is (166,118,93). Sum of RGB (Red+Green+Blue) = 166+118+93=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6765D is #5989A2. Grayscale: #818181. Windows color (decimal): -5867939 or 6125222. OLE color: 6125222.

HSL color Cylindrical-coordinate representation of color #A6765D: hue angle of 20.55º 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 #A6765D is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 118 93 -
CMYK 0 0.29 0.44 0.35
HSL 20.55º 0.29% 0.51% -
HSV(B) 20.55º 0.44% 0.65% -
XYZ 24.18 21.85 13.3 -
YUV 129.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 166 118 93 0 0.29 0.44 0.35 20.55 0.29 0.51
Hex A6 76 5D 0 1D 2C 23 15 1D 33
Octal 246 166 135 0 35 54 43 25 35 63
Binary 10100110 1110110 1011101 0 11101 101100 100011 10101 11101 110011

Color Harmonies of #A6765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6765D

Black with #A6765D

Text Example


Text Example

White with #A6765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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