#AF6D41

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

Shades of Bourbon #AF6D41

Tints of Bourbon #AF6D41

Color information

#AF6D41 (or 0xAF6D41) is unknown color: approx Bourbon. HEX triplet: AF, 6D and 41. RGB value is (175,109,65). Sum of RGB (Red+Green+Blue) = 175+109+65=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D41 is #5092BE. Grayscale: #7B7B7B. Windows color (decimal): -5280447 or 4287919. OLE color: 4287919.

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

Color convert

RGB17510965-
CMYK00.380.630.31
HSL24º45.83%47.06%-
HSV(B)24º62.86%68.63%-
XYZ24.120.437.67-
YUV123.7294.87164.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=50.14%
G=31.23%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751096500.380.630.312445.8347.06
HexAF6D410263F1F182e2f
Octal2571551010467737305657
Binary101011111101101100000101001101111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D41; }

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

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

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

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

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

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

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

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