Html Css Color HEX #997C33 Buttered Rum

📋 copy color: '#997C33'

red 153 ◦ green 124 ◦ blue 51

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

Shades of Buttered Rum #997C33

Tints of Buttered Rum #997C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

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

R = 46.65%
G = 37.8%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#997C33 (or 0x997C33) is known color: Buttered Rum. HEX triplet: 99, 7C and 33. RGB value is (153,124,51). Sum of RGB (Red+Green+Blue) = 153+124+51=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #997C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C33 is #6683CC. Grayscale: #7C7C7C. Windows color (decimal): -6718413 or 3374233. OLE color: 3374233.

HSL color Cylindrical-coordinate representation of color #997C33: hue angle of 42.94º 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 #997C33 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 51 -
CMYK 0 0.19 0.67 0.4
HSL 42.94º 0.5% 0.4% -
HSV(B) 42.94º 0.67% 0.6% -
XYZ 20.94 21.43 6.16 -
YUV 124.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 153 124 51 0 0.19 0.67 0.4 42.94 0.5 0.4
Hex 99 7C 33 0 13 43 28 2B 32 28
Octal 231 174 63 0 23 103 50 53 62 50
Binary 10011001 1111100 110011 0 10011 1000011 101000 101011 110010 101000

Color Harmonies of #997C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C33

Black with #997C33

Text Example


Text Example

White with #997C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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