Html Css Color HEX #A6683F Bourbon

📋 copy color: '#A6683F'

red 166 ◦ green 104 ◦ blue 63

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

Shades of Bourbon #A6683F

Tints of Bourbon #A6683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 49.85%
G = 31.23%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6683F (or 0xA6683F) is known color: Bourbon. HEX triplet: A6, 68 and 3F. RGB value is (166,104,63). Sum of RGB (Red+Green+Blue) = 166+104+63=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A6683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6683F is #5997C0. Grayscale: #767676. Windows color (decimal): -5871553 or 4155558. OLE color: 4155558.

HSL color Cylindrical-coordinate representation of color #A6683F: hue angle of 23.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6683F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 104 63 -
CMYK 0 0.37 0.62 0.35
HSL 23.88º 0.45% 0.45% -
HSV(B) 23.88º 0.62% 0.65% -
XYZ 21.57 18.37 7.11 -
YUV 117.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 166 104 63 0 0.37 0.62 0.35 23.88 0.45 0.45
Hex A6 68 3F 0 25 3E 23 18 2D 2D
Octal 246 150 77 0 45 76 43 30 55 55
Binary 10100110 1101000 111111 0 100101 111110 100011 11000 101101 101101

Color Harmonies of #A6683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6683F

Black with #A6683F

Text Example


Text Example

White with #A6683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6683F; }

 p { color: rgb(166,104,63); }

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

background-color css

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

 a { background-color: rgb(166,104,63); }

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

border-color css

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

 span { border-color: rgb(166,104,63); }

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