Html Css Color HEX #996D30 Buttered Rum

📋 copy color: '#996D30'

red 153 ◦ green 109 ◦ blue 48

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

Shades of Buttered Rum #996D30

Tints of Buttered Rum #996D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 49.35%
G = 35.16%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#996D30 (or 0x996D30) is known color: Buttered Rum. HEX triplet: 99, 6D and 30. RGB value is (153,109,48). Sum of RGB (Red+Green+Blue) = 153+109+48=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #996D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D30 is #6692CF. Grayscale: #737373. Windows color (decimal): -6722256 or 3173785. OLE color: 3173785.

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

Color convert

RGB 153 109 48 -
CMYK 0 0.29 0.69 0.4
HSL 34.86º 0.52% 0.39% -
HSV(B) 34.86º 0.69% 0.6% -
XYZ 19.14 17.92 5.25 -
YUV 115.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 153 109 48 0 0.29 0.69 0.4 34.86 0.52 0.39
Hex 99 6D 30 0 1D 45 28 23 34 27
Octal 231 155 60 0 35 105 50 43 64 47
Binary 10011001 1101101 110000 0 11101 1000101 101000 100011 110100 100111

Color Harmonies of #996D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D30

Black with #996D30

Text Example


Text Example

White with #996D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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