Html Css Color HEX #A66F3D Bourbon

📋 copy color: '#A66F3D'

red 166 ◦ green 111 ◦ blue 61

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

Shades of Bourbon #A66F3D

Tints of Bourbon #A66F3D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 49.11%
G = 32.84%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A66F3D (or 0xA66F3D) is known color: Bourbon. HEX triplet: A6, 6F and 3D. RGB value is (166,111,61). Sum of RGB (Red+Green+Blue) = 166+111+61=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F3D is #5990C2. Grayscale: #797979. Windows color (decimal): -5869763 or 4026278. OLE color: 4026278.

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

Color convert

RGB 166 111 61 -
CMYK 0 0.33 0.63 0.35
HSL 28.57º 0.46% 0.45% -
HSV(B) 28.57º 0.63% 0.65% -
XYZ 22.25 19.81 7.07 -
YUV 121.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 166 111 61 0 0.33 0.63 0.35 28.57 0.46 0.45
Hex A6 6F 3D 0 21 3F 23 1D 2E 2D
Octal 246 157 75 0 41 77 43 35 56 55
Binary 10100110 1101111 111101 0 100001 111111 100011 11101 101110 101101

Color Harmonies of #A66F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F3D

Black with #A66F3D

Text Example


Text Example

White with #A66F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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