Html Css Color HEX #A67341 Bourbon

📋 copy color: '#A67341'

red 166 ◦ green 115 ◦ blue 65

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

Shades of Bourbon #A67341

Tints of Bourbon #A67341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 47.98%
G = 33.24%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A67341 (or 0xA67341) is known color: Bourbon. HEX triplet: A6, 73 and 41. RGB value is (166,115,65). Sum of RGB (Red+Green+Blue) = 166+115+65=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A67341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67341 is #598CBE. Grayscale: #7C7C7C. Windows color (decimal): -5868735 or 4289446. OLE color: 4289446.

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

Color convert

RGB 166 115 65 -
CMYK 0 0.31 0.61 0.35
HSL 29.7º 0.44% 0.45% -
HSV(B) 29.7º 0.61% 0.65% -
XYZ 22.81 20.75 7.8 -
YUV 124.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 166 115 65 0 0.31 0.61 0.35 29.7 0.44 0.45
Hex A6 73 41 0 1F 3D 23 1E 2C 2D
Octal 246 163 101 0 37 75 43 36 54 55
Binary 10100110 1110011 1000001 0 11111 111101 100011 11110 101100 101101

Color Harmonies of #A67341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67341

Black with #A67341

Text Example


Text Example

White with #A67341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67341; }

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

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

background-color css

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

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

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

border-color css

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

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

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