Html Css Color HEX #996E28 Buttered Rum

📋 copy color: '#996E28'

red 153 ◦ green 110 ◦ blue 40

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

Shades of Buttered Rum #996E28

Tints of Buttered Rum #996E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

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

R = 50.5%
G = 36.3%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#996E28 (or 0x996E28) is known color: Buttered Rum. HEX triplet: 99, 6E and 28. RGB value is (153,110,40). Sum of RGB (Red+Green+Blue) = 153+110+40=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E28 is #6691D7. Grayscale: #737373. Windows color (decimal): -6722008 or 2649753. OLE color: 2649753.

HSL color Cylindrical-coordinate representation of color #996E28: hue angle of 37.17º 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 #996E28 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 40 -
CMYK 0 0.28 0.74 0.4
HSL 37.17º 0.59% 0.38% -
HSV(B) 37.17º 0.74% 0.6% -
XYZ 19.1 18.08 4.49 -
YUV 114.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 153 110 40 0 0.28 0.74 0.4 37.17 0.59 0.38
Hex 99 6E 28 0 1C 4A 28 25 3B 26
Octal 231 156 50 0 34 112 50 45 73 46
Binary 10011001 1101110 101000 0 11100 1001010 101000 100101 111011 100110

Color Harmonies of #996E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E28

Black with #996E28

Text Example


Text Example

White with #996E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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