Html Css Color HEX #A67641 Bourbon

📋 copy color: '#A67641'

red 166 ◦ green 118 ◦ blue 65

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

Shades of Bourbon #A67641

Tints of Bourbon #A67641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 47.56%
G = 33.81%
B = 18.62%

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

#A67641 (or 0xA67641) is known color: Bourbon. HEX triplet: A6, 76 and 41. RGB value is (166,118,65). Sum of RGB (Red+Green+Blue) = 166+118+65=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A67641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67641 is #5989BE. Grayscale: #7E7E7E. Windows color (decimal): -5867967 or 4290214. OLE color: 4290214.

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

Color convert

RGB 166 118 65 -
CMYK 0 0.29 0.61 0.35
HSL 31.49º 0.44% 0.45% -
HSV(B) 31.49º 0.61% 0.65% -
XYZ 23.16 21.45 7.92 -
YUV 126.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 166 118 65 0 0.29 0.61 0.35 31.49 0.44 0.45
Hex A6 76 41 0 1D 3D 23 1F 2C 2D
Octal 246 166 101 0 35 75 43 37 54 55
Binary 10100110 1110110 1000001 0 11101 111101 100011 11111 101100 101101

Color Harmonies of #A67641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67641

Black with #A67641

Text Example


Text Example

White with #A67641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67641; }

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

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

background-color css

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

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

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

border-color css

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

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

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