Html Css Color HEX #996D31 Buttered Rum

📋 copy color: '#996D31'

red 153 ◦ green 109 ◦ blue 49

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

Shades of Buttered Rum #996D31

Tints of Buttered Rum #996D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

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

R = 49.2%
G = 35.05%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#996D31 (or 0x996D31) is known color: Buttered Rum. HEX triplet: 99, 6D and 31. RGB value is (153,109,49). Sum of RGB (Red+Green+Blue) = 153+109+49=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #996D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D31 is #6692CE. Grayscale: #737373. Windows color (decimal): -6722255 or 3239321. OLE color: 3239321.

HSL color Cylindrical-coordinate representation of color #996D31: hue angle of 34.62º 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 #996D31 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 49 -
CMYK 0 0.29 0.68 0.4
HSL 34.62º 0.51% 0.4% -
HSV(B) 34.62º 0.68% 0.6% -
XYZ 19.16 17.93 5.36 -
YUV 115.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 153 109 49 0 0.29 0.68 0.4 34.62 0.51 0.4
Hex 99 6D 31 0 1D 44 28 23 33 28
Octal 231 155 61 0 35 104 50 43 63 50
Binary 10011001 1101101 110001 0 11101 1000100 101000 100011 110011 101000

Color Harmonies of #996D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D31

Black with #996D31

Text Example


Text Example

White with #996D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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