Html Css Color HEX #997C36 Buttered Rum

📋 copy color: '#997C36'

red 153 ◦ green 124 ◦ blue 54

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

Shades of Buttered Rum #997C36

Tints of Buttered Rum #997C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 46.22%
G = 37.46%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#997C36 (or 0x997C36) is known color: Buttered Rum. HEX triplet: 99, 7C and 36. RGB value is (153,124,54). Sum of RGB (Red+Green+Blue) = 153+124+54=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #997C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C36 is #6683C9. Grayscale: #7D7D7D. Windows color (decimal): -6718410 or 3570841. OLE color: 3570841.

HSL color Cylindrical-coordinate representation of color #997C36: hue angle of 42.42º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #997C36 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 54 -
CMYK 0 0.19 0.65 0.4
HSL 42.42º 0.48% 0.41% -
HSV(B) 42.42º 0.65% 0.6% -
XYZ 21.01 21.45 6.52 -
YUV 124.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 153 124 54 0 0.19 0.65 0.4 42.42 0.48 0.41
Hex 99 7C 36 0 13 41 28 2A 30 29
Octal 231 174 66 0 23 101 50 52 60 51
Binary 10011001 1111100 110110 0 10011 1000001 101000 101010 110000 101001

Color Harmonies of #997C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C36

Black with #997C36

Text Example


Text Example

White with #997C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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