Html Css Color HEX #9E6D41 Bourbon

📋 copy color: '#9E6D41'

red 158 ◦ green 109 ◦ blue 65

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

Shades of Bourbon #9E6D41

Tints of Bourbon #9E6D41

RGB

 RED value IS 158 (62.11% from 255) = 47.59%

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 47.59%
G = 32.83%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E6D41 (or 0x9E6D41) is known color: Bourbon. HEX triplet: 9E, 6D and 41. RGB value is (158,109,65). Sum of RGB (Red+Green+Blue) = 158+109+65=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6D41 is #6192BE. Grayscale: #767676. Windows color (decimal): -6394559 or 4287902. OLE color: 4287902.

HSL color Cylindrical-coordinate representation of color #9E6D41: hue angle of 28.39º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E6D41 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 109 65 -
CMYK 0 0.31 0.59 0.38
HSL 28.39º 0.42% 0.44% -
HSV(B) 28.39º 0.59% 0.62% -
XYZ 20.52 18.59 7.51 -
YUV 118.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 158 109 65 0 0.31 0.59 0.38 28.39 0.42 0.44
Hex 9E 6D 41 0 1F 3B 26 1C 2A 2C
Octal 236 155 101 0 37 73 46 34 52 54
Binary 10011110 1101101 1000001 0 11111 111011 100110 11100 101010 101100

Color Harmonies of #9E6D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D41

Black with #9E6D41

Text Example


Text Example

White with #9E6D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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