Html Css Color HEX #9F743C Buttered Rum

📋 copy color: '#9F743C'

red 159 ◦ green 116 ◦ blue 60

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

Shades of Buttered Rum #9F743C

Tints of Buttered Rum #9F743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 47.46%
G = 34.63%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F743C (or 0x9F743C) is known color: Buttered Rum. HEX triplet: 9F, 74 and 3C. RGB value is (159,116,60). Sum of RGB (Red+Green+Blue) = 159+116+60=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F743C is #608BC3. Grayscale: #7A7A7A. Windows color (decimal): -6327236 or 3962015. OLE color: 3962015.

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

Color convert

RGB 159 116 60 -
CMYK 0 0.27 0.62 0.38
HSL 33.94º 0.45% 0.43% -
HSV(B) 33.94º 0.62% 0.62% -
XYZ 21.36 20.19 7.05 -
YUV 122.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 159 116 60 0 0.27 0.62 0.38 33.94 0.45 0.43
Hex 9F 74 3C 0 1B 3E 26 22 2D 2B
Octal 237 164 74 0 33 76 46 42 55 53
Binary 10011111 1110100 111100 0 11011 111110 100110 100010 101101 101011

Color Harmonies of #9F743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F743C

Black with #9F743C

Text Example


Text Example

White with #9F743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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