Html Css Color HEX #A6765C Toast

📋 copy color: '#A6765C'

red 166 ◦ green 118 ◦ blue 92

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

Shades of Toast #A6765C

Tints of Toast #A6765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 44.15%
G = 31.38%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6765C (or 0xA6765C) is known color: Toast. HEX triplet: A6, 76 and 5C. RGB value is (166,118,92). Sum of RGB (Red+Green+Blue) = 166+118+92=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6765C is #5989A3. Grayscale: #818181. Windows color (decimal): -5867940 or 6059686. OLE color: 6059686.

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

Color convert

RGB 166 118 92 -
CMYK 0 0.29 0.45 0.35
HSL 21.08º 0.29% 0.51% -
HSV(B) 21.08º 0.45% 0.65% -
XYZ 24.14 21.84 13.07 -
YUV 129.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 166 118 92 0 0.29 0.45 0.35 21.08 0.29 0.51
Hex A6 76 5C 0 1D 2D 23 15 1D 33
Octal 246 166 134 0 35 55 43 25 35 63
Binary 10100110 1110110 1011100 0 11101 101101 100011 10101 11101 110011

Color Harmonies of #A6765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6765C

Black with #A6765C

Text Example


Text Example

White with #A6765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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