Html Css Color HEX #A6753E Bourbon

📋 copy color: '#A6753E'

red 166 ◦ green 117 ◦ blue 62

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

Shades of Bourbon #A6753E

Tints of Bourbon #A6753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 48.12%
G = 33.91%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6753E (or 0xA6753E) is known color: Bourbon. HEX triplet: A6, 75 and 3E. RGB value is (166,117,62). Sum of RGB (Red+Green+Blue) = 166+117+62=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6753E is #598AC1. Grayscale: #7D7D7D. Windows color (decimal): -5868226 or 4093350. OLE color: 4093350.

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

Color convert

RGB 166 117 62 -
CMYK 0 0.30 0.63 0.35
HSL 31.73º 0.46% 0.45% -
HSV(B) 31.73º 0.63% 0.65% -
XYZ 22.96 21.18 7.44 -
YUV 125.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 166 117 62 0 0.30 0.63 0.35 31.73 0.46 0.45
Hex A6 75 3E 0 1E 3F 23 20 2E 2D
Octal 246 165 76 0 36 77 43 40 56 55
Binary 10100110 1110101 111110 0 11110 111111 100011 100000 101110 101101

Color Harmonies of #A6753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6753E

Black with #A6753E

Text Example


Text Example

White with #A6753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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