Html Css Color HEX #997241 Buttered Rum

📋 copy color: '#997241'

red 153 ◦ green 114 ◦ blue 65

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

Shades of Buttered Rum #997241

Tints of Buttered Rum #997241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 46.08%
G = 34.34%
B = 19.58%

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

#997241 (or 0x997241) is known color: Buttered Rum. HEX triplet: 99, 72 and 41. RGB value is (153,114,65). Sum of RGB (Red+Green+Blue) = 153+114+65=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #997241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997241 is #668DBE. Grayscale: #787878. Windows color (decimal): -6720959 or 4289177. OLE color: 4289177.

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

Color convert

RGB 153 114 65 -
CMYK 0 0.25 0.58 0.4
HSL 33.41º 0.4% 0.43% -
HSV(B) 33.41º 0.58% 0.6% -
XYZ 20.11 19.19 7.64 -
YUV 120.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 153 114 65 0 0.25 0.58 0.4 33.41 0.4 0.43
Hex 99 72 41 0 19 3A 28 21 28 2B
Octal 231 162 101 0 31 72 50 41 50 53
Binary 10011001 1110010 1000001 0 11001 111010 101000 100001 101000 101011

Color Harmonies of #997241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997241

Black with #997241

Text Example


Text Example

White with #997241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997241; }

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

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

background-color css

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

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

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

border-color css

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

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

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