Html Css Color HEX #997B3C Buttered Rum

📋 copy color: '#997B3C'

red 153 ◦ green 123 ◦ blue 60

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

Shades of Buttered Rum #997B3C

Tints of Buttered Rum #997B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 45.54%
G = 36.61%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#997B3C (or 0x997B3C) is known color: Buttered Rum. HEX triplet: 99, 7B and 3C. RGB value is (153,123,60). Sum of RGB (Red+Green+Blue) = 153+123+60=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #997B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B3C is #6684C3. Grayscale: #7D7D7D. Windows color (decimal): -6718660 or 3963801. OLE color: 3963801.

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

Color convert

RGB 153 123 60 -
CMYK 0 0.20 0.61 0.4
HSL 40.65º 0.44% 0.42% -
HSV(B) 40.65º 0.61% 0.6% -
XYZ 21.04 21.26 7.27 -
YUV 124.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 153 123 60 0 0.20 0.61 0.4 40.65 0.44 0.42
Hex 99 7B 3C 0 14 3D 28 29 2C 2A
Octal 231 173 74 0 24 75 50 51 54 52
Binary 10011001 1111011 111100 0 10100 111101 101000 101001 101100 101010

Color Harmonies of #997B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B3C

Black with #997B3C

Text Example


Text Example

White with #997B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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