#AF6841

Color #AF6841 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #AF6841

Tints of Bourbon #AF6841

Color information

#AF6841 (or 0xAF6841) is unknown color: approx Bourbon. HEX triplet: AF, 68 and 41. RGB value is (175,104,65). Sum of RGB (Red+Green+Blue) = 175+104+65=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6841 is #5097BE. Grayscale: #797979. Windows color (decimal): -5281727 or 4286639. OLE color: 4286639.

HSL color Cylindrical-coordinate representation of color #AF6841: hue angle of 21.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF6841 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17510465-
CMYK00.410.630.31
HSL21.27º45.83%47.06%-
HSV(B)21.27º62.86%68.63%-
XYZ23.5819.47.5-
YUV120.7896.52166.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=50.87%
G=30.23%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751046500.410.630.3121.2745.8347.06
HexAF68410293F1F152e2f
Octal2571501010517737255657
Binary101011111101000100000101010011111111111110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6841; }

 p { color: rgb(175,104,65); }

 H1.HeaderClassName
 {
   color: #AF6841;
 }
 .AnyTagClassName
 {
   color: #AF6841;
 }
</style>
background-color css

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

 a { background-color: rgb(175,104,65); }

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

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

 span { border-color: rgb(175,104,65); }

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