Html Css Color HEX #996824 Buttered Rum

📋 copy color: '#996824'

red 153 ◦ green 104 ◦ blue 36

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

Shades of Buttered Rum #996824

Tints of Buttered Rum #996824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 52.22%
G = 35.49%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#996824 (or 0x996824) is known color: Buttered Rum. HEX triplet: 99, 68 and 24. RGB value is (153,104,36). Sum of RGB (Red+Green+Blue) = 153+104+36=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #996824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996824 is #6697DB. Grayscale: #6F6F6F. Windows color (decimal): -6723548 or 2386073. OLE color: 2386073.

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

Color convert

RGB 153 104 36 -
CMYK 0 0.32 0.76 0.4
HSL 34.87º 0.62% 0.37% -
HSV(B) 34.87º 0.76% 0.6% -
XYZ 18.41 16.8 3.94 -
YUV 110.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 153 104 36 0 0.32 0.76 0.4 34.87 0.62 0.37
Hex 99 68 24 0 20 4C 28 23 3E 25
Octal 231 150 44 0 40 114 50 43 76 45
Binary 10011001 1101000 100100 0 100000 1001100 101000 100011 111110 100101

Color Harmonies of #996824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996824

Black with #996824

Text Example


Text Example

White with #996824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996824; }

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

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

background-color css

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

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

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

border-color css

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

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

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