Html Css Color HEX #996835 Buttered Rum

📋 copy color: '#996835'

red 153 ◦ green 104 ◦ blue 53

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

Shades of Buttered Rum #996835

Tints of Buttered Rum #996835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 53 (21.09% from 255) = 17.1%

R = 49.35%
G = 33.55%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#996835 (or 0x996835) is known color: Buttered Rum. HEX triplet: 99, 68 and 35. RGB value is (153,104,53). Sum of RGB (Red+Green+Blue) = 153+104+53=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #996835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996835 is #6697CA. Grayscale: #717171. Windows color (decimal): -6723531 or 3500185. OLE color: 3500185.

HSL color Cylindrical-coordinate representation of color #996835: hue angle of 30.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #996835 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 53 -
CMYK 0 0.32 0.65 0.4
HSL 30.6º 0.49% 0.4% -
HSV(B) 30.6º 0.65% 0.6% -
XYZ 18.73 16.93 5.65 -
YUV 112.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 153 104 53 0 0.32 0.65 0.4 30.6 0.49 0.4
Hex 99 68 35 0 20 41 28 1F 31 28
Octal 231 150 65 0 40 101 50 37 61 50
Binary 10011001 1101000 110101 0 100000 1000001 101000 11111 110001 101000

Color Harmonies of #996835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996835

Black with #996835

Text Example


Text Example

White with #996835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996835; }

 p { color: rgb(153,104,53); }

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

background-color css

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

 a { background-color: rgb(153,104,53); }

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

border-color css

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

 span { border-color: rgb(153,104,53); }

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