Html Css Color HEX #997124 Buttered Rum

📋 copy color: '#997124'

red 153 ◦ green 113 ◦ blue 36

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

Shades of Buttered Rum #997124

Tints of Buttered Rum #997124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 50.66%
G = 37.42%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#997124 (or 0x997124) is known color: Buttered Rum. HEX triplet: 99, 71 and 24. RGB value is (153,113,36). Sum of RGB (Red+Green+Blue) = 153+113+36=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #997124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997124 is #668EDB. Grayscale: #747474. Windows color (decimal): -6721244 or 2388377. OLE color: 2388377.

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

Color convert

RGB 153 113 36 -
CMYK 0 0.26 0.76 0.4
HSL 39.49º 0.62% 0.37% -
HSV(B) 39.49º 0.76% 0.6% -
XYZ 19.36 18.71 4.26 -
YUV 116.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 153 113 36 0 0.26 0.76 0.4 39.49 0.62 0.37
Hex 99 71 24 0 1A 4C 28 27 3E 25
Octal 231 161 44 0 32 114 50 47 76 45
Binary 10011001 1110001 100100 0 11010 1001100 101000 100111 111110 100101

Color Harmonies of #997124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997124

Black with #997124

Text Example


Text Example

White with #997124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997124; }

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

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

background-color css

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

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

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

border-color css

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

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

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