Html Css Color HEX #997134 Buttered Rum

📋 copy color: '#997134'

red 153 ◦ green 113 ◦ blue 52

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

Shades of Buttered Rum #997134

Tints of Buttered Rum #997134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 48.11%
G = 35.53%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#997134 (or 0x997134) is known color: Buttered Rum. HEX triplet: 99, 71 and 34. RGB value is (153,113,52). Sum of RGB (Red+Green+Blue) = 153+113+52=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #997134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997134 is #668ECB. Grayscale: #767676. Windows color (decimal): -6721228 or 3436953. OLE color: 3436953.

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

Color convert

RGB 153 113 52 -
CMYK 0 0.26 0.66 0.4
HSL 36.24º 0.49% 0.4% -
HSV(B) 36.24º 0.66% 0.6% -
XYZ 19.66 18.83 5.85 -
YUV 118.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 153 113 52 0 0.26 0.66 0.4 36.24 0.49 0.4
Hex 99 71 34 0 1A 42 28 24 31 28
Octal 231 161 64 0 32 102 50 44 61 50
Binary 10011001 1110001 110100 0 11010 1000010 101000 100100 110001 101000

Color Harmonies of #997134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997134

Black with #997134

Text Example


Text Example

White with #997134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997134; }

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

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

background-color css

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

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

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

border-color css

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

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

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