Html Css Color HEX #996E2B Buttered Rum

📋 copy color: '#996E2B'

red 153 ◦ green 110 ◦ blue 43

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

Shades of Buttered Rum #996E2B

Tints of Buttered Rum #996E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 50%
G = 35.95%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#996E2B (or 0x996E2B) is known color: Buttered Rum. HEX triplet: 99, 6E and 2B. RGB value is (153,110,43). Sum of RGB (Red+Green+Blue) = 153+110+43=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E2B is #6691D4. Grayscale: #737373. Windows color (decimal): -6722005 or 2846361. OLE color: 2846361.

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

Color convert

RGB 153 110 43 -
CMYK 0 0.28 0.72 0.4
HSL 36.55º 0.56% 0.38% -
HSV(B) 36.55º 0.72% 0.6% -
XYZ 19.15 18.1 4.77 -
YUV 115.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 153 110 43 0 0.28 0.72 0.4 36.55 0.56 0.38
Hex 99 6E 2B 0 1C 48 28 25 38 26
Octal 231 156 53 0 34 110 50 45 70 46
Binary 10011001 1101110 101011 0 11100 1001000 101000 100101 111000 100110

Color Harmonies of #996E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E2B

Black with #996E2B

Text Example


Text Example

White with #996E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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