Html Css Color HEX #997A33 Buttered Rum

📋 copy color: '#997A33'

red 153 ◦ green 122 ◦ blue 51

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

Shades of Buttered Rum #997A33

Tints of Buttered Rum #997A33

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 46.93%
G = 37.42%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#997A33 (or 0x997A33) is known color: Buttered Rum. HEX triplet: 99, 7A and 33. RGB value is (153,122,51). Sum of RGB (Red+Green+Blue) = 153+122+51=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #997A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A33 is #6685CC. Grayscale: #7B7B7B. Windows color (decimal): -6718925 or 3373721. OLE color: 3373721.

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

Color convert

RGB 153 122 51 -
CMYK 0 0.20 0.67 0.4
HSL 41.76º 0.5% 0.4% -
HSV(B) 41.76º 0.67% 0.6% -
XYZ 20.69 20.93 6.08 -
YUV 123.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 153 122 51 0 0.20 0.67 0.4 41.76 0.5 0.4
Hex 99 7A 33 0 14 43 28 2A 32 28
Octal 231 172 63 0 24 103 50 52 62 50
Binary 10011001 1111010 110011 0 10100 1000011 101000 101010 110010 101000

Color Harmonies of #997A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A33

Black with #997A33

Text Example


Text Example

White with #997A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,122,51); }

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

background-color css

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

 a { background-color: rgb(153,122,51); }

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

border-color css

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

 span { border-color: rgb(153,122,51); }

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