Html Css Color HEX #997434 Buttered Rum

📋 copy color: '#997434'

red 153 ◦ green 116 ◦ blue 52

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

Shades of Buttered Rum #997434

Tints of Buttered Rum #997434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 47.66%
G = 36.14%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#997434 (or 0x997434) is known color: Buttered Rum. HEX triplet: 99, 74 and 34. RGB value is (153,116,52). Sum of RGB (Red+Green+Blue) = 153+116+52=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #997434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997434 is #668BCB. Grayscale: #787878. Windows color (decimal): -6720460 or 3437721. OLE color: 3437721.

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

Color convert

RGB 153 116 52 -
CMYK 0 0.24 0.66 0.4
HSL 38.02º 0.49% 0.4% -
HSV(B) 38.02º 0.66% 0.6% -
XYZ 20 19.51 5.96 -
YUV 119.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 153 116 52 0 0.24 0.66 0.4 38.02 0.49 0.4
Hex 99 74 34 0 18 42 28 26 31 28
Octal 231 164 64 0 30 102 50 46 61 50
Binary 10011001 1110100 110100 0 11000 1000010 101000 100110 110001 101000

Color Harmonies of #997434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997434

Black with #997434

Text Example


Text Example

White with #997434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997434; }

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

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

background-color css

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

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

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

border-color css

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

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

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