Html Css Color HEX #A66C3E Bourbon

📋 copy color: '#A66C3E'

red 166 ◦ green 108 ◦ blue 62

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

Shades of Bourbon #A66C3E

Tints of Bourbon #A66C3E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 49.4%
G = 32.14%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A66C3E (or 0xA66C3E) is known color: Bourbon. HEX triplet: A6, 6C and 3E. RGB value is (166,108,62). Sum of RGB (Red+Green+Blue) = 166+108+62=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C3E is #5993C1. Grayscale: #787878. Windows color (decimal): -5870530 or 4091046. OLE color: 4091046.

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

Color convert

RGB 166 108 62 -
CMYK 0 0.35 0.63 0.35
HSL 26.54º 0.46% 0.45% -
HSV(B) 26.54º 0.63% 0.65% -
XYZ 21.96 19.18 7.1 -
YUV 120.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 166 108 62 0 0.35 0.63 0.35 26.54 0.46 0.45
Hex A6 6C 3E 0 23 3F 23 1B 2E 2D
Octal 246 154 76 0 43 77 43 33 56 55
Binary 10100110 1101100 111110 0 100011 111111 100011 11011 101110 101101

Color Harmonies of #A66C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C3E

Black with #A66C3E

Text Example


Text Example

White with #A66C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C3E; }

 p { color: rgb(166,108,62); }

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

background-color css

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

 a { background-color: rgb(166,108,62); }

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

border-color css

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

 span { border-color: rgb(166,108,62); }

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