Html Css Color HEX #996A32 Buttered Rum

📋 copy color: '#996A32'

red 153 ◦ green 106 ◦ blue 50

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

Shades of Buttered Rum #996A32

Tints of Buttered Rum #996A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 49.51%
G = 34.3%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996A32 (or 0x996A32) is known color: Buttered Rum. HEX triplet: 99, 6A and 32. RGB value is (153,106,50). Sum of RGB (Red+Green+Blue) = 153+106+50=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #996A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A32 is #6695CD. Grayscale: #717171. Windows color (decimal): -6723022 or 3304089. OLE color: 3304089.

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

Color convert

RGB 153 106 50 -
CMYK 0 0.31 0.67 0.4
HSL 32.62º 0.51% 0.4% -
HSV(B) 32.62º 0.67% 0.6% -
XYZ 18.87 17.31 5.36 -
YUV 113.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 153 106 50 0 0.31 0.67 0.4 32.62 0.51 0.4
Hex 99 6A 32 0 1F 43 28 21 33 28
Octal 231 152 62 0 37 103 50 41 63 50
Binary 10011001 1101010 110010 0 11111 1000011 101000 100001 110011 101000

Color Harmonies of #996A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A32

Black with #996A32

Text Example


Text Example

White with #996A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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