Html Css Color HEX #997240 Buttered Rum

📋 copy color: '#997240'

red 153 ◦ green 114 ◦ blue 64

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

Shades of Buttered Rum #997240

Tints of Buttered Rum #997240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 46.22%
G = 34.44%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#997240 (or 0x997240) is known color: Buttered Rum. HEX triplet: 99, 72 and 40. RGB value is (153,114,64). Sum of RGB (Red+Green+Blue) = 153+114+64=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #997240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997240 is #668DBF. Grayscale: #787878. Windows color (decimal): -6720960 or 4223641. OLE color: 4223641.

HSL color Cylindrical-coordinate representation of color #997240: hue angle of 33.71º 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 #997240 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 64 -
CMYK 0 0.25 0.58 0.4
HSL 33.71º 0.41% 0.43% -
HSV(B) 33.71º 0.58% 0.6% -
XYZ 20.08 19.18 7.49 -
YUV 119.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 153 114 64 0 0.25 0.58 0.4 33.71 0.41 0.43
Hex 99 72 40 0 19 3A 28 22 29 2B
Octal 231 162 100 0 31 72 50 42 51 53
Binary 10011001 1110010 1000000 0 11001 111010 101000 100010 101001 101011

Color Harmonies of #997240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997240

Black with #997240

Text Example


Text Example

White with #997240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997240; }

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

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

background-color css

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

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

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

border-color css

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

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

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