Html Css Color HEX #A66D3D Bourbon

📋 copy color: '#A66D3D'

red 166 ◦ green 109 ◦ blue 61

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

Shades of Bourbon #A66D3D

Tints of Bourbon #A66D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 49.4%
G = 32.44%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A66D3D (or 0xA66D3D) is known color: Bourbon. HEX triplet: A6, 6D and 3D. RGB value is (166,109,61). Sum of RGB (Red+Green+Blue) = 166+109+61=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D3D is #5992C2. Grayscale: #787878. Windows color (decimal): -5870275 or 4025766. OLE color: 4025766.

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

Color convert

RGB 166 109 61 -
CMYK 0 0.34 0.63 0.35
HSL 27.43º 0.46% 0.45% -
HSV(B) 27.43º 0.63% 0.65% -
XYZ 22.04 19.38 6.99 -
YUV 120.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 166 109 61 0 0.34 0.63 0.35 27.43 0.46 0.45
Hex A6 6D 3D 0 22 3F 23 1B 2E 2D
Octal 246 155 75 0 42 77 43 33 56 55
Binary 10100110 1101101 111101 0 100010 111111 100011 11011 101110 101101

Color Harmonies of #A66D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D3D

Black with #A66D3D

Text Example


Text Example

White with #A66D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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