Html Css Color HEX #996937 Buttered Rum

📋 copy color: '#996937'

red 153 ◦ green 105 ◦ blue 55

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

Shades of Buttered Rum #996937

Tints of Buttered Rum #996937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 48.88%
G = 33.55%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#996937 (or 0x996937) is known color: Buttered Rum. HEX triplet: 99, 69 and 37. RGB value is (153,105,55). Sum of RGB (Red+Green+Blue) = 153+105+55=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #996937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996937 is #6696C8. Grayscale: #717171. Windows color (decimal): -6723273 or 3631513. OLE color: 3631513.

HSL color Cylindrical-coordinate representation of color #996937: hue angle of 30.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #996937 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 55 -
CMYK 0 0.31 0.64 0.4
HSL 30.61º 0.47% 0.41% -
HSV(B) 30.61º 0.64% 0.6% -
XYZ 18.88 17.15 5.93 -
YUV 113.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 153 105 55 0 0.31 0.64 0.4 30.61 0.47 0.41
Hex 99 69 37 0 1F 40 28 1F 2F 29
Octal 231 151 67 0 37 100 50 37 57 51
Binary 10011001 1101001 110111 0 11111 1000000 101000 11111 101111 101001

Color Harmonies of #996937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996937

Black with #996937

Text Example


Text Example

White with #996937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996937; }

 p { color: rgb(153,105,55); }

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

background-color css

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

 a { background-color: rgb(153,105,55); }

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

border-color css

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

 span { border-color: rgb(153,105,55); }

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