Html Css Color HEX #996833 Buttered Rum

📋 copy color: '#996833'

red 153 ◦ green 104 ◦ blue 51

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

Shades of Buttered Rum #996833

Tints of Buttered Rum #996833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 49.68%
G = 33.77%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996833 (or 0x996833) is known color: Buttered Rum. HEX triplet: 99, 68 and 33. RGB value is (153,104,51). Sum of RGB (Red+Green+Blue) = 153+104+51=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #996833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996833 is #6697CC. Grayscale: #707070. Windows color (decimal): -6723533 or 3369113. OLE color: 3369113.

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

Color convert

RGB 153 104 51 -
CMYK 0 0.32 0.67 0.4
HSL 31.18º 0.5% 0.4% -
HSV(B) 31.18º 0.67% 0.6% -
XYZ 18.68 16.91 5.41 -
YUV 112.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 153 104 51 0 0.32 0.67 0.4 31.18 0.5 0.4
Hex 99 68 33 0 20 43 28 1F 32 28
Octal 231 150 63 0 40 103 50 37 62 50
Binary 10011001 1101000 110011 0 100000 1000011 101000 11111 110010 101000

Color Harmonies of #996833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996833

Black with #996833

Text Example


Text Example

White with #996833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996833; }

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

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

background-color css

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

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

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

border-color css

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

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

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