Html Css Color HEX #A6733C Bourbon

📋 copy color: '#A6733C'

red 166 ◦ green 115 ◦ blue 60

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

Shades of Bourbon #A6733C

Tints of Bourbon #A6733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 48.68%
G = 33.72%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6733C (or 0xA6733C) is known color: Bourbon. HEX triplet: A6, 73 and 3C. RGB value is (166,115,60). Sum of RGB (Red+Green+Blue) = 166+115+60=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6733C is #598CC3. Grayscale: #7C7C7C. Windows color (decimal): -5868740 or 3961766. OLE color: 3961766.

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

Color convert

RGB 166 115 60 -
CMYK 0 0.31 0.64 0.35
HSL 31.13º 0.47% 0.44% -
HSV(B) 31.13º 0.64% 0.65% -
XYZ 22.67 20.69 7.07 -
YUV 123.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 166 115 60 0 0.31 0.64 0.35 31.13 0.47 0.44
Hex A6 73 3C 0 1F 40 23 1F 2F 2C
Octal 246 163 74 0 37 100 43 37 57 54
Binary 10100110 1110011 111100 0 11111 1000000 100011 11111 101111 101100

Color Harmonies of #A6733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6733C

Black with #A6733C

Text Example


Text Example

White with #A6733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6733C; }

 p { color: rgb(166,115,60); }

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

background-color css

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

 a { background-color: rgb(166,115,60); }

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

border-color css

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

 span { border-color: rgb(166,115,60); }

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