Html Css Color HEX #9F6C42 Bourbon

📋 copy color: '#9F6C42'

red 159 ◦ green 108 ◦ blue 66

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

Shades of Bourbon #9F6C42

Tints of Bourbon #9F6C42

RGB

 RED value IS 159 (62.5% from 255) = 47.75%

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 47.75%
G = 32.43%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F6C42 (or 0x9F6C42) is known color: Bourbon. HEX triplet: 9F, 6C and 42. RGB value is (159,108,66). Sum of RGB (Red+Green+Blue) = 159+108+66=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C42 is #6093BD. Grayscale: #767676. Windows color (decimal): -6329278 or 4353183. OLE color: 4353183.

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

Color convert

RGB 159 108 66 -
CMYK 0 0.32 0.58 0.38
HSL 27.1º 0.41% 0.44% -
HSV(B) 27.1º 0.58% 0.62% -
XYZ 20.64 18.49 7.64 -
YUV 118.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 159 108 66 0 0.32 0.58 0.38 27.1 0.41 0.44
Hex 9F 6C 42 0 20 3A 26 1B 29 2C
Octal 237 154 102 0 40 72 46 33 51 54
Binary 10011111 1101100 1000010 0 100000 111010 100110 11011 101001 101100

Color Harmonies of #9F6C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C42

Black with #9F6C42

Text Example


Text Example

White with #9F6C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,66); }

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

background-color css

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

 a { background-color: rgb(159,108,66); }

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

border-color css

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

 span { border-color: rgb(159,108,66); }

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