Html Css Color HEX #997120 Buttered Rum

📋 copy color: '#997120'

red 153 ◦ green 113 ◦ blue 32

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

Shades of Buttered Rum #997120

Tints of Buttered Rum #997120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 51.34%
G = 37.92%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#997120 (or 0x997120) is known color: Buttered Rum. HEX triplet: 99, 71 and 20. RGB value is (153,113,32). Sum of RGB (Red+Green+Blue) = 153+113+32=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #997120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997120 is #668EDF. Grayscale: #747474. Windows color (decimal): -6721248 or 2126233. OLE color: 2126233.

HSL color Cylindrical-coordinate representation of color #997120: hue angle of 40.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #997120 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 32 -
CMYK 0 0.26 0.79 0.4
HSL 40.17º 0.65% 0.36% -
HSV(B) 40.17º 0.79% 0.6% -
XYZ 19.3 18.69 3.96 -
YUV 115.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 153 113 32 0 0.26 0.79 0.4 40.17 0.65 0.36
Hex 99 71 20 0 1A 4F 28 28 41 24
Octal 231 161 40 0 32 117 50 50 101 44
Binary 10011001 1110001 100000 0 11010 1001111 101000 101000 1000001 100100

Color Harmonies of #997120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997120

Black with #997120

Text Example


Text Example

White with #997120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997120; }

 p { color: rgb(153,113,32); }

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

background-color css

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

 a { background-color: rgb(153,113,32); }

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

border-color css

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

 span { border-color: rgb(153,113,32); }

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