Html Css Color HEX #A66740 Bourbon

📋 copy color: '#A66740'

red 166 ◦ green 103 ◦ blue 64

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

Shades of Bourbon #A66740

Tints of Bourbon #A66740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 49.85%
G = 30.93%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A66740 (or 0xA66740) is known color: Bourbon. HEX triplet: A6, 67 and 40. RGB value is (166,103,64). Sum of RGB (Red+Green+Blue) = 166+103+64=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A66740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66740 is #5998BF. Grayscale: #757575. Windows color (decimal): -5871808 or 4220838. OLE color: 4220838.

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

Color convert

RGB 166 103 64 -
CMYK 0 0.38 0.61 0.35
HSL 22.94º 0.44% 0.45% -
HSV(B) 22.94º 0.61% 0.65% -
XYZ 21.5 18.18 7.23 -
YUV 117.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 166 103 64 0 0.38 0.61 0.35 22.94 0.44 0.45
Hex A6 67 40 0 26 3D 23 17 2C 2D
Octal 246 147 100 0 46 75 43 27 54 55
Binary 10100110 1100111 1000000 0 100110 111101 100011 10111 101100 101101

Color Harmonies of #A66740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66740

Black with #A66740

Text Example


Text Example

White with #A66740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66740; }

 p { color: rgb(166,103,64); }

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

background-color css

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

 a { background-color: rgb(166,103,64); }

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

border-color css

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

 span { border-color: rgb(166,103,64); }

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