Html Css Color HEX #996831 Buttered Rum

📋 copy color: '#996831'

red 153 ◦ green 104 ◦ blue 49

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

Shades of Buttered Rum #996831

Tints of Buttered Rum #996831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 50%
G = 33.99%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#996831 (or 0x996831) is known color: Buttered Rum. HEX triplet: 99, 68 and 31. RGB value is (153,104,49). Sum of RGB (Red+Green+Blue) = 153+104+49=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996831 is #6697CE. Grayscale: #707070. Windows color (decimal): -6723535 or 3238041. OLE color: 3238041.

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

Color convert

RGB 153 104 49 -
CMYK 0 0.32 0.68 0.4
HSL 31.73º 0.51% 0.4% -
HSV(B) 31.73º 0.68% 0.6% -
XYZ 18.64 16.89 5.18 -
YUV 112.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 153 104 49 0 0.32 0.68 0.4 31.73 0.51 0.4
Hex 99 68 31 0 20 44 28 20 33 28
Octal 231 150 61 0 40 104 50 40 63 50
Binary 10011001 1101000 110001 0 100000 1000100 101000 100000 110011 101000

Color Harmonies of #996831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996831

Black with #996831

Text Example


Text Example

White with #996831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996831; }

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

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

background-color css

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

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

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

border-color css

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

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

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