Html Css Color HEX #997040 Buttered Rum

📋 copy color: '#997040'

red 153 ◦ green 112 ◦ blue 64

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

Shades of Buttered Rum #997040

Tints of Buttered Rum #997040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 46.5%
G = 34.04%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#997040 (or 0x997040) is known color: Buttered Rum. HEX triplet: 99, 70 and 40. RGB value is (153,112,64). Sum of RGB (Red+Green+Blue) = 153+112+64=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #997040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997040 is #668FBF. Grayscale: #777777. Windows color (decimal): -6721472 or 4223129. OLE color: 4223129.

HSL color Cylindrical-coordinate representation of color #997040: hue angle of 32.36º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #997040 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 64 -
CMYK 0 0.27 0.58 0.4
HSL 32.36º 0.41% 0.43% -
HSV(B) 32.36º 0.58% 0.6% -
XYZ 19.86 18.73 7.42 -
YUV 118.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 153 112 64 0 0.27 0.58 0.4 32.36 0.41 0.43
Hex 99 70 40 0 1B 3A 28 20 29 2B
Octal 231 160 100 0 33 72 50 40 51 53
Binary 10011001 1110000 1000000 0 11011 111010 101000 100000 101001 101011

Color Harmonies of #997040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997040

Black with #997040

Text Example


Text Example

White with #997040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997040; }

 p { color: rgb(153,112,64); }

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

background-color css

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

 a { background-color: rgb(153,112,64); }

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

border-color css

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

 span { border-color: rgb(153,112,64); }

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