Html Css Color HEX #996D28 Buttered Rum

📋 copy color: '#996D28'

red 153 ◦ green 109 ◦ blue 40

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

Shades of Buttered Rum #996D28

Tints of Buttered Rum #996D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 50.66%
G = 36.09%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#996D28 (or 0x996D28) is known color: Buttered Rum. HEX triplet: 99, 6D and 28. RGB value is (153,109,40). Sum of RGB (Red+Green+Blue) = 153+109+40=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #996D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D28 is #6692D7. Grayscale: #727272. Windows color (decimal): -6722264 or 2649497. OLE color: 2649497.

HSL color Cylindrical-coordinate representation of color #996D28: hue angle of 36.64º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #996D28 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 40 -
CMYK 0 0.29 0.74 0.4
HSL 36.64º 0.59% 0.38% -
HSV(B) 36.64º 0.74% 0.6% -
XYZ 18.99 17.86 4.45 -
YUV 114.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 153 109 40 0 0.29 0.74 0.4 36.64 0.59 0.38
Hex 99 6D 28 0 1D 4A 28 25 3B 26
Octal 231 155 50 0 35 112 50 45 73 46
Binary 10011001 1101101 101000 0 11101 1001010 101000 100101 111011 100110

Color Harmonies of #996D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D28

Black with #996D28

Text Example


Text Example

White with #996D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996D28; }

 p { color: rgb(153,109,40); }

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

background-color css

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

 a { background-color: rgb(153,109,40); }

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

border-color css

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

 span { border-color: rgb(153,109,40); }

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