Html Css Color HEX #9F6D42 Bourbon

📋 copy color: '#9F6D42'

red 159 ◦ green 109 ◦ blue 66

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

Shades of Bourbon #9F6D42

Tints of Bourbon #9F6D42

RGB

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

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

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

R = 47.6%
G = 32.63%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F6D42 (or 0x9F6D42) is known color: Bourbon. HEX triplet: 9F, 6D and 42. RGB value is (159,109,66). Sum of RGB (Red+Green+Blue) = 159+109+66=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6D42 is #6092BD. Grayscale: #777777. Windows color (decimal): -6329022 or 4353439. OLE color: 4353439.

HSL color Cylindrical-coordinate representation of color #9F6D42: hue angle of 27.74º 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 #9F6D42 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 109 66 -
CMYK 0 0.31 0.58 0.38
HSL 27.74º 0.41% 0.44% -
HSV(B) 27.74º 0.58% 0.62% -
XYZ 20.75 18.7 7.67 -
YUV 119.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 159 109 66 0 0.31 0.58 0.38 27.74 0.41 0.44
Hex 9F 6D 42 0 1F 3A 26 1C 29 2C
Octal 237 155 102 0 37 72 46 34 51 54
Binary 10011111 1101101 1000010 0 11111 111010 100110 11100 101001 101100

Color Harmonies of #9F6D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6D42

Black with #9F6D42

Text Example


Text Example

White with #9F6D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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