Html Css Color HEX #9F6E2C Buttered Rum

📋 copy color: '#9F6E2C'

red 159 ◦ green 110 ◦ blue 44

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

Shades of Buttered Rum #9F6E2C

Tints of Buttered Rum #9F6E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 50.8%
G = 35.14%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F6E2C (or 0x9F6E2C) is known color: Buttered Rum. HEX triplet: 9F, 6E and 2C. RGB value is (159,110,44). Sum of RGB (Red+Green+Blue) = 159+110+44=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6E2C is #6091D3. Grayscale: #757575. Windows color (decimal): -6328788 or 2911903. OLE color: 2911903.

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

Color convert

RGB 159 110 44 -
CMYK 0 0.31 0.72 0.38
HSL 34.43º 0.57% 0.4% -
HSV(B) 34.43º 0.72% 0.62% -
XYZ 20.33 18.7 4.92 -
YUV 117.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 159 110 44 0 0.31 0.72 0.38 34.43 0.57 0.4
Hex 9F 6E 2C 0 1F 48 26 22 39 28
Octal 237 156 54 0 37 110 46 42 71 50
Binary 10011111 1101110 101100 0 11111 1001000 100110 100010 111001 101000

Color Harmonies of #9F6E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6E2C

Black with #9F6E2C

Text Example


Text Example

White with #9F6E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,110,44); }

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

background-color css

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

 a { background-color: rgb(159,110,44); }

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

border-color css

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

 span { border-color: rgb(159,110,44); }

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