Html Css Color HEX #9F743E Buttered Rum

📋 copy color: '#9F743E'

red 159 ◦ green 116 ◦ blue 62

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

Shades of Buttered Rum #9F743E

Tints of Buttered Rum #9F743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 47.18%
G = 34.42%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F743E (or 0x9F743E) is known color: Buttered Rum. HEX triplet: 9F, 74 and 3E. RGB value is (159,116,62). Sum of RGB (Red+Green+Blue) = 159+116+62=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F743E is #608BC1. Grayscale: #7A7A7A. Windows color (decimal): -6327234 or 4093087. OLE color: 4093087.

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

Color convert

RGB 159 116 62 -
CMYK 0 0.27 0.61 0.38
HSL 33.4º 0.44% 0.43% -
HSV(B) 33.4º 0.61% 0.62% -
XYZ 21.41 20.21 7.33 -
YUV 122.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 159 116 62 0 0.27 0.61 0.38 33.4 0.44 0.43
Hex 9F 74 3E 0 1B 3D 26 21 2C 2B
Octal 237 164 76 0 33 75 46 41 54 53
Binary 10011111 1110100 111110 0 11011 111101 100110 100001 101100 101011

Color Harmonies of #9F743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F743E

Black with #9F743E

Text Example


Text Example

White with #9F743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,62); }

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

background-color css

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

 a { background-color: rgb(159,116,62); }

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

border-color css

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

 span { border-color: rgb(159,116,62); }

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