Html Css Color HEX #996A2C Buttered Rum

📋 copy color: '#996A2C'

red 153 ◦ green 106 ◦ blue 44

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

Shades of Buttered Rum #996A2C

Tints of Buttered Rum #996A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 50.5%
G = 34.98%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#996A2C (or 0x996A2C) is known color: Buttered Rum. HEX triplet: 99, 6A and 2C. RGB value is (153,106,44). Sum of RGB (Red+Green+Blue) = 153+106+44=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A2C is #6695D3. Grayscale: #717171. Windows color (decimal): -6723028 or 2910873. OLE color: 2910873.

HSL color Cylindrical-coordinate representation of color #996A2C: hue angle of 34.13º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #996A2C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 44 -
CMYK 0 0.31 0.71 0.4
HSL 34.13º 0.55% 0.39% -
HSV(B) 34.13º 0.71% 0.6% -
XYZ 18.75 17.26 4.73 -
YUV 112.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 153 106 44 0 0.31 0.71 0.4 34.13 0.55 0.39
Hex 99 6A 2C 0 1F 47 28 22 37 27
Octal 231 152 54 0 37 107 50 42 67 47
Binary 10011001 1101010 101100 0 11111 1000111 101000 100010 110111 100111

Color Harmonies of #996A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A2C

Black with #996A2C

Text Example


Text Example

White with #996A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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