Html Css Color HEX #996826 Buttered Rum

📋 copy color: '#996826'

red 153 ◦ green 104 ◦ blue 38

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

Shades of Buttered Rum #996826

Tints of Buttered Rum #996826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 51.86%
G = 35.25%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#996826 (or 0x996826) is known color: Buttered Rum. HEX triplet: 99, 68 and 26. RGB value is (153,104,38). Sum of RGB (Red+Green+Blue) = 153+104+38=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #996826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996826 is #6697D9. Grayscale: #6F6F6F. Windows color (decimal): -6723546 or 2517145. OLE color: 2517145.

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

Color convert

RGB 153 104 38 -
CMYK 0 0.32 0.75 0.4
HSL 34.43º 0.6% 0.37% -
HSV(B) 34.43º 0.75% 0.6% -
XYZ 18.44 16.81 4.11 -
YUV 111.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 153 104 38 0 0.32 0.75 0.4 34.43 0.6 0.37
Hex 99 68 26 0 20 4B 28 22 3C 25
Octal 231 150 46 0 40 113 50 42 74 45
Binary 10011001 1101000 100110 0 100000 1001011 101000 100010 111100 100101

Color Harmonies of #996826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996826

Black with #996826

Text Example


Text Example

White with #996826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996826; }

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

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

background-color css

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

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

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

border-color css

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

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

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