Html Css Color HEX #996E32 Buttered Rum

📋 copy color: '#996E32'

red 153 ◦ green 110 ◦ blue 50

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

Shades of Buttered Rum #996E32

Tints of Buttered Rum #996E32

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 48.88%
G = 35.14%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996E32 (or 0x996E32) is known color: Buttered Rum. HEX triplet: 99, 6E and 32. RGB value is (153,110,50). Sum of RGB (Red+Green+Blue) = 153+110+50=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #996E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E32 is #6691CD. Grayscale: #747474. Windows color (decimal): -6721998 or 3305113. OLE color: 3305113.

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

Color convert

RGB 153 110 50 -
CMYK 0 0.28 0.67 0.4
HSL 34.95º 0.51% 0.4% -
HSV(B) 34.95º 0.67% 0.6% -
XYZ 19.29 18.15 5.51 -
YUV 116.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 153 110 50 0 0.28 0.67 0.4 34.95 0.51 0.4
Hex 99 6E 32 0 1C 43 28 23 33 28
Octal 231 156 62 0 34 103 50 43 63 50
Binary 10011001 1101110 110010 0 11100 1000011 101000 100011 110011 101000

Color Harmonies of #996E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E32

Black with #996E32

Text Example


Text Example

White with #996E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,50); }

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

background-color css

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

 a { background-color: rgb(153,110,50); }

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

border-color css

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

 span { border-color: rgb(153,110,50); }

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