Html Css Color HEX #997136 Buttered Rum

📋 copy color: '#997136'

red 153 ◦ green 113 ◦ blue 54

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

Shades of Buttered Rum #997136

Tints of Buttered Rum #997136

RGB

 RED value IS 153 (60.16% from 255) = 47.81%

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 47.81%
G = 35.31%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#997136 (or 0x997136) is known color: Buttered Rum. HEX triplet: 99, 71 and 36. RGB value is (153,113,54). Sum of RGB (Red+Green+Blue) = 153+113+54=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #997136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997136 is #668EC9. Grayscale: #767676. Windows color (decimal): -6721226 or 3568025. OLE color: 3568025.

HSL color Cylindrical-coordinate representation of color #997136: hue angle of 35.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #997136 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 54 -
CMYK 0 0.26 0.65 0.4
HSL 35.76º 0.48% 0.41% -
HSV(B) 35.76º 0.65% 0.6% -
XYZ 19.71 18.85 6.09 -
YUV 118.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 153 113 54 0 0.26 0.65 0.4 35.76 0.48 0.41
Hex 99 71 36 0 1A 41 28 24 30 29
Octal 231 161 66 0 32 101 50 44 60 51
Binary 10011001 1110001 110110 0 11010 1000001 101000 100100 110000 101001

Color Harmonies of #997136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997136

Black with #997136

Text Example


Text Example

White with #997136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997136; }

 p { color: rgb(153,113,54); }

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

background-color css

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

 a { background-color: rgb(153,113,54); }

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

border-color css

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

 span { border-color: rgb(153,113,54); }

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