Html Css Color HEX #AF6B41 Bourbon

📋 copy color: '#AF6B41'

red 175 ◦ green 107 ◦ blue 65

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

Shades of Bourbon #AF6B41

Tints of Bourbon #AF6B41

RGB

 RED value IS 175 (68.75% from 255) = 50.43%

 GREEN value IS 107 (42.19% from 255) = 30.84%

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 50.43%
G = 30.84%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6B41 (or 0xAF6B41) is known color: Bourbon. HEX triplet: AF, 6B and 41. RGB value is (175,107,65). Sum of RGB (Red+Green+Blue) = 175+107+65=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B41 is #5094BE. Grayscale: #7A7A7A. Windows color (decimal): -5280959 or 4287407. OLE color: 4287407.

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

Color convert

RGB 175 107 65 -
CMYK 0 0.39 0.63 0.31
HSL 22.91º 0.46% 0.47% -
HSV(B) 22.91º 0.63% 0.69% -
XYZ 23.89 20.01 7.6 -
YUV 122.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 175 107 65 0 0.39 0.63 0.31 22.91 0.46 0.47
Hex AF 6B 41 0 27 3F 1F 17 2E 2F
Octal 257 153 101 0 47 77 37 27 56 57
Binary 10101111 1101011 1000001 0 100111 111111 11111 10111 101110 101111

Color Harmonies of #AF6B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B41

Black with #AF6B41

Text Example


Text Example

White with #AF6B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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