Html Css Color HEX #996F2B Buttered Rum

📋 copy color: '#996F2B'

red 153 ◦ green 111 ◦ blue 43

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

Shades of Buttered Rum #996F2B

Tints of Buttered Rum #996F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.16%

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

R = 49.84%
G = 36.16%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#996F2B (or 0x996F2B) is known color: Buttered Rum. HEX triplet: 99, 6F and 2B. RGB value is (153,111,43). Sum of RGB (Red+Green+Blue) = 153+111+43=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #996F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F2B is #6690D4. Grayscale: #747474. Windows color (decimal): -6721749 or 2846617. OLE color: 2846617.

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

Color convert

RGB 153 111 43 -
CMYK 0 0.27 0.72 0.4
HSL 37.09º 0.56% 0.38% -
HSV(B) 37.09º 0.72% 0.6% -
XYZ 19.26 18.32 4.81 -
YUV 115.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 153 111 43 0 0.27 0.72 0.4 37.09 0.56 0.38
Hex 99 6F 2B 0 1B 48 28 25 38 26
Octal 231 157 53 0 33 110 50 45 70 46
Binary 10011001 1101111 101011 0 11011 1001000 101000 100101 111000 100110

Color Harmonies of #996F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F2B

Black with #996F2B

Text Example


Text Example

White with #996F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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