Html Css Color HEX #AF6D41 Bourbon

📋 copy color: '#AF6D41'

red 175 ◦ green 109 ◦ blue 65

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

Shades of Bourbon #AF6D41

Tints of Bourbon #AF6D41

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 value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6D41 (or 0xAF6D41) is known color: 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

RGB 175 109 65 -
CMYK 0 0.38 0.63 0.31
HSL 24º 0.46% 0.47% -
HSV(B) 24º 0.63% 0.69% -
XYZ 24.1 20.43 7.67 -
YUV 123.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 175 109 65 0 0.38 0.63 0.31 24 0.46 0.47
Hex AF 6D 41 0 26 3F 1F 18 2E 2F
Octal 257 155 101 0 46 77 37 30 56 57
Binary 10101111 1101101 1000001 0 100110 111111 11111 11000 101110 101111

Color Harmonies of #AF6D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D41

Black with #AF6D41

Text Example


Text Example

White with #AF6D41

Text Example


Text Example

HTML Codes & Css Web 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>