Html Css Color HEX #997B31 Buttered Rum

📋 copy color: '#997B31'

red 153 ◦ green 123 ◦ blue 49

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

Shades of Buttered Rum #997B31

Tints of Buttered Rum #997B31

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 47.08%
G = 37.85%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#997B31 (or 0x997B31) is known color: Buttered Rum. HEX triplet: 99, 7B and 31. RGB value is (153,123,49). Sum of RGB (Red+Green+Blue) = 153+123+49=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #997B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B31 is #6684CE. Grayscale: #7B7B7B. Windows color (decimal): -6718671 or 3242905. OLE color: 3242905.

HSL color Cylindrical-coordinate representation of color #997B31: hue angle of 42.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #997B31 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 123 49 -
CMYK 0 0.20 0.68 0.4
HSL 42.69º 0.51% 0.4% -
HSV(B) 42.69º 0.68% 0.6% -
XYZ 20.77 21.16 5.9 -
YUV 123.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 153 123 49 0 0.20 0.68 0.4 42.69 0.51 0.4
Hex 99 7B 31 0 14 44 28 2B 33 28
Octal 231 173 61 0 24 104 50 53 63 50
Binary 10011001 1111011 110001 0 10100 1000100 101000 101011 110011 101000

Color Harmonies of #997B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B31

Black with #997B31

Text Example


Text Example

White with #997B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997B31; }

 p { color: rgb(153,123,49); }

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

background-color css

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

 a { background-color: rgb(153,123,49); }

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

border-color css

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

 span { border-color: rgb(153,123,49); }

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