Html Css Color HEX #996F31 Buttered Rum

📋 copy color: '#996F31'

red 153 ◦ green 111 ◦ blue 49

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

Shades of Buttered Rum #996F31

Tints of Buttered Rum #996F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 48.88%
G = 35.46%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#996F31 (or 0x996F31) is known color: Buttered Rum. HEX triplet: 99, 6F and 31. RGB value is (153,111,49). Sum of RGB (Red+Green+Blue) = 153+111+49=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #996F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F31 is #6690CE. Grayscale: #747474. Windows color (decimal): -6721743 or 3239833. OLE color: 3239833.

HSL color Cylindrical-coordinate representation of color #996F31: hue angle of 35.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #996F31 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 49 -
CMYK 0 0.27 0.68 0.4
HSL 35.77º 0.51% 0.4% -
HSV(B) 35.77º 0.68% 0.6% -
XYZ 19.38 18.36 5.43 -
YUV 116.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 153 111 49 0 0.27 0.68 0.4 35.77 0.51 0.4
Hex 99 6F 31 0 1B 44 28 24 33 28
Octal 231 157 61 0 33 104 50 44 63 50
Binary 10011001 1101111 110001 0 11011 1000100 101000 100100 110011 101000

Color Harmonies of #996F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F31

Black with #996F31

Text Example


Text Example

White with #996F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996F31; }

 p { color: rgb(153,111,49); }

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

background-color css

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

 a { background-color: rgb(153,111,49); }

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

border-color css

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

 span { border-color: rgb(153,111,49); }

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