Html Css Color HEX #996D32 Buttered Rum

📋 copy color: '#996D32'

red 153 ◦ green 109 ◦ blue 50

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

Shades of Buttered Rum #996D32

Tints of Buttered Rum #996D32

RGB

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

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

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

R = 49.04%
G = 34.94%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996D32 (or 0x996D32) is known color: Buttered Rum. HEX triplet: 99, 6D and 32. RGB value is (153,109,50). Sum of RGB (Red+Green+Blue) = 153+109+50=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #996D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D32 is #6692CD. Grayscale: #737373. Windows color (decimal): -6722254 or 3304857. OLE color: 3304857.

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

Color convert

RGB 153 109 50 -
CMYK 0 0.29 0.67 0.4
HSL 34.37º 0.51% 0.4% -
HSV(B) 34.37º 0.67% 0.6% -
XYZ 19.18 17.94 5.47 -
YUV 115.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 153 109 50 0 0.29 0.67 0.4 34.37 0.51 0.4
Hex 99 6D 32 0 1D 43 28 22 33 28
Octal 231 155 62 0 35 103 50 42 63 50
Binary 10011001 1101101 110010 0 11101 1000011 101000 100010 110011 101000

Color Harmonies of #996D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D32

Black with #996D32

Text Example


Text Example

White with #996D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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