Html Css Color HEX #A6693B Bourbon

📋 copy color: '#A6693B'

red 166 ◦ green 105 ◦ blue 59

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

Shades of Bourbon #A6693B

Tints of Bourbon #A6693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 50.3%
G = 31.82%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6693B (or 0xA6693B) is known color: Bourbon. HEX triplet: A6, 69 and 3B. RGB value is (166,105,59). Sum of RGB (Red+Green+Blue) = 166+105+59=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6693B is #5996C4. Grayscale: #767676. Windows color (decimal): -5871301 or 3893670. OLE color: 3893670.

HSL color Cylindrical-coordinate representation of color #A6693B: hue angle of 25.79º degrees, saturation: 0.48, 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 #A6693B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 105 59 -
CMYK 0 0.37 0.64 0.35
HSL 25.79º 0.48% 0.44% -
HSV(B) 25.79º 0.64% 0.65% -
XYZ 21.57 18.53 6.58 -
YUV 118 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 166 105 59 0 0.37 0.64 0.35 25.79 0.48 0.44
Hex A6 69 3B 0 25 40 23 1A 30 2C
Octal 246 151 73 0 45 100 43 32 60 54
Binary 10100110 1101001 111011 0 100101 1000000 100011 11010 110000 101100

Color Harmonies of #A6693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6693B

Black with #A6693B

Text Example


Text Example

White with #A6693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6693B; }

 p { color: rgb(166,105,59); }

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

background-color css

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

 a { background-color: rgb(166,105,59); }

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

border-color css

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

 span { border-color: rgb(166,105,59); }

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