Html Css Color HEX #A6765B Toast

📋 copy color: '#A6765B'

red 166 ◦ green 118 ◦ blue 91

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

Shades of Toast #A6765B

Tints of Toast #A6765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 44.27%
G = 31.47%
B = 24.27%

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

#A6765B (or 0xA6765B) is known color: Toast. HEX triplet: A6, 76 and 5B. RGB value is (166,118,91). Sum of RGB (Red+Green+Blue) = 166+118+91=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6765B is #5989A4. Grayscale: #818181. Windows color (decimal): -5867941 or 5994150. OLE color: 5994150.

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

Color convert

RGB 166 118 91 -
CMYK 0 0.29 0.45 0.35
HSL 21.6º 0.3% 0.5% -
HSV(B) 21.6º 0.45% 0.65% -
XYZ 24.09 21.82 12.84 -
YUV 129.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 166 118 91 0 0.29 0.45 0.35 21.6 0.3 0.5
Hex A6 76 5B 0 1D 2D 23 16 1E 32
Octal 246 166 133 0 35 55 43 26 36 62
Binary 10100110 1110110 1011011 0 11101 101101 100011 10110 11110 110010

Color Harmonies of #A6765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6765B

Black with #A6765B

Text Example


Text Example

White with #A6765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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