Html Css Color HEX #997B32 Buttered Rum

📋 copy color: '#997B32'

red 153 ◦ green 123 ◦ blue 50

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

Shades of Buttered Rum #997B32

Tints of Buttered Rum #997B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 46.93%
G = 37.73%
B = 15.34%

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

#997B32 (or 0x997B32) is known color: Buttered Rum. HEX triplet: 99, 7B and 32. RGB value is (153,123,50). Sum of RGB (Red+Green+Blue) = 153+123+50=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #997B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B32 is #6684CD. Grayscale: #7B7B7B. Windows color (decimal): -6718670 or 3308441. OLE color: 3308441.

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

Color convert

RGB 153 123 50 -
CMYK 0 0.20 0.67 0.4
HSL 42.52º 0.51% 0.4% -
HSV(B) 42.52º 0.67% 0.6% -
XYZ 20.8 21.17 6.01 -
YUV 123.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 153 123 50 0 0.20 0.67 0.4 42.52 0.51 0.4
Hex 99 7B 32 0 14 43 28 2B 33 28
Octal 231 173 62 0 24 103 50 53 63 50
Binary 10011001 1111011 110010 0 10100 1000011 101000 101011 110011 101000

Color Harmonies of #997B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B32

Black with #997B32

Text Example


Text Example

White with #997B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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