Html Css Color HEX #A6693D Bourbon

📋 copy color: '#A6693D'

red 166 ◦ green 105 ◦ blue 61

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

Shades of Bourbon #A6693D

Tints of Bourbon #A6693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 50%
G = 31.63%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6693D (or 0xA6693D) is known color: Bourbon. HEX triplet: A6, 69 and 3D. RGB value is (166,105,61). Sum of RGB (Red+Green+Blue) = 166+105+61=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6693D is #5996C2. Grayscale: #767676. Windows color (decimal): -5871299 or 4024742. OLE color: 4024742.

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

Color convert

RGB 166 105 61 -
CMYK 0 0.37 0.63 0.35
HSL 25.14º 0.46% 0.45% -
HSV(B) 25.14º 0.63% 0.65% -
XYZ 21.62 18.55 6.86 -
YUV 118.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 166 105 61 0 0.37 0.63 0.35 25.14 0.46 0.45
Hex A6 69 3D 0 25 3F 23 19 2E 2D
Octal 246 151 75 0 45 77 43 31 56 55
Binary 10100110 1101001 111101 0 100101 111111 100011 11001 101110 101101

Color Harmonies of #A6693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6693D

Black with #A6693D

Text Example


Text Example

White with #A6693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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