Html Css Color HEX #997234 Buttered Rum

📋 copy color: '#997234'

red 153 ◦ green 114 ◦ blue 52

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

Shades of Buttered Rum #997234

Tints of Buttered Rum #997234

RGB

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

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

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

R = 47.96%
G = 35.74%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#997234 (or 0x997234) is known color: Buttered Rum. HEX triplet: 99, 72 and 34. RGB value is (153,114,52). Sum of RGB (Red+Green+Blue) = 153+114+52=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #997234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997234 is #668DCB. Grayscale: #767676. Windows color (decimal): -6720972 or 3437209. OLE color: 3437209.

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

Color convert

RGB 153 114 52 -
CMYK 0 0.25 0.66 0.4
HSL 36.83º 0.49% 0.4% -
HSV(B) 36.83º 0.66% 0.6% -
XYZ 19.77 19.05 5.88 -
YUV 118.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 153 114 52 0 0.25 0.66 0.4 36.83 0.49 0.4
Hex 99 72 34 0 19 42 28 25 31 28
Octal 231 162 64 0 31 102 50 45 61 50
Binary 10011001 1110010 110100 0 11001 1000010 101000 100101 110001 101000

Color Harmonies of #997234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997234

Black with #997234

Text Example


Text Example

White with #997234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997234; }

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

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

background-color css

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

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

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

border-color css

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

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

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