Html Css Color HEX #AB6F41 Bourbon

📋 copy color: '#AB6F41'

red 171 ◦ green 111 ◦ blue 65

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

Shades of Bourbon #AB6F41

Tints of Bourbon #AB6F41

RGB

 RED value IS 171 (67.19% from 255) = 49.28%

 GREEN value IS 111 (43.75% from 255) = 31.99%

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

R = 49.28%
G = 31.99%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB6F41 (or 0xAB6F41) is known color: Bourbon. HEX triplet: AB, 6F and 41. RGB value is (171,111,65). Sum of RGB (Red+Green+Blue) = 171+111+65=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F41 is #5490BE. Grayscale: #7B7B7B. Windows color (decimal): -5542079 or 4288427. OLE color: 4288427.

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

Color convert

RGB 171 111 65 -
CMYK 0 0.35 0.62 0.33
HSL 26.04º 0.45% 0.46% -
HSV(B) 26.04º 0.62% 0.67% -
XYZ 23.43 20.41 7.71 -
YUV 123.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 171 111 65 0 0.35 0.62 0.33 26.04 0.45 0.46
Hex AB 6F 41 0 23 3E 21 1A 2D 2E
Octal 253 157 101 0 43 76 41 32 55 56
Binary 10101011 1101111 1000001 0 100011 111110 100001 11010 101101 101110

Color Harmonies of #AB6F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F41

Black with #AB6F41

Text Example


Text Example

White with #AB6F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F41; }

 p { color: rgb(171,111,65); }

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

background-color css

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

 a { background-color: rgb(171,111,65); }

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

border-color css

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

 span { border-color: rgb(171,111,65); }

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