Html Css Color HEX #A67640 Bourbon

📋 copy color: '#A67640'

red 166 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #A67640

Tints of Bourbon #A67640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

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

R = 47.7%
G = 33.91%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A67640 (or 0xA67640) is known color: Bourbon. HEX triplet: A6, 76 and 40. RGB value is (166,118,64). Sum of RGB (Red+Green+Blue) = 166+118+64=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A67640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67640 is #5989BF. Grayscale: #7E7E7E. Windows color (decimal): -5867968 or 4224678. OLE color: 4224678.

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

Color convert

RGB 166 118 64 -
CMYK 0 0.29 0.61 0.35
HSL 31.76º 0.44% 0.45% -
HSV(B) 31.76º 0.61% 0.65% -
XYZ 23.13 21.43 7.77 -
YUV 126.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 166 118 64 0 0.29 0.61 0.35 31.76 0.44 0.45
Hex A6 76 40 0 1D 3D 23 20 2C 2D
Octal 246 166 100 0 35 75 43 40 54 55
Binary 10100110 1110110 1000000 0 11101 111101 100011 100000 101100 101101

Color Harmonies of #A67640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67640

Black with #A67640

Text Example


Text Example

White with #A67640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67640; }

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

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

background-color css

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

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

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

border-color css

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

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

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