Html Css Color HEX #A6673D Bourbon

📋 copy color: '#A6673D'

red 166 ◦ green 103 ◦ blue 61

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

Shades of Bourbon #A6673D

Tints of Bourbon #A6673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 50.3%
G = 31.21%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6673D (or 0xA6673D) is known color: Bourbon. HEX triplet: A6, 67 and 3D. RGB value is (166,103,61). Sum of RGB (Red+Green+Blue) = 166+103+61=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6673D is #5998C2. Grayscale: #757575. Windows color (decimal): -5871811 or 4024230. OLE color: 4024230.

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

Color convert

RGB 166 103 61 -
CMYK 0 0.38 0.63 0.35
HSL 24º 0.46% 0.45% -
HSV(B) 24º 0.63% 0.65% -
XYZ 21.42 18.14 6.79 -
YUV 117.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 166 103 61 0 0.38 0.63 0.35 24 0.46 0.45
Hex A6 67 3D 0 26 3F 23 18 2E 2D
Octal 246 147 75 0 46 77 43 30 56 55
Binary 10100110 1100111 111101 0 100110 111111 100011 11000 101110 101101

Color Harmonies of #A6673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6673D

Black with #A6673D

Text Example


Text Example

White with #A6673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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