Html Css Color HEX #997138 Buttered Rum

📋 copy color: '#997138'

red 153 ◦ green 113 ◦ blue 56

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

Shades of Buttered Rum #997138

Tints of Buttered Rum #997138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 47.52%
G = 35.09%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#997138 (or 0x997138) is known color: Buttered Rum. HEX triplet: 99, 71 and 38. RGB value is (153,113,56). Sum of RGB (Red+Green+Blue) = 153+113+56=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #997138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997138 is #668EC7. Grayscale: #767676. Windows color (decimal): -6721224 or 3699097. OLE color: 3699097.

HSL color Cylindrical-coordinate representation of color #997138: hue angle of 35.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #997138 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 56 -
CMYK 0 0.26 0.63 0.4
HSL 35.26º 0.46% 0.41% -
HSV(B) 35.26º 0.63% 0.6% -
XYZ 19.76 18.87 6.34 -
YUV 118.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 153 113 56 0 0.26 0.63 0.4 35.26 0.46 0.41
Hex 99 71 38 0 1A 3F 28 23 2E 29
Octal 231 161 70 0 32 77 50 43 56 51
Binary 10011001 1110001 111000 0 11010 111111 101000 100011 101110 101001

Color Harmonies of #997138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997138

Black with #997138

Text Example


Text Example

White with #997138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997138; }

 p { color: rgb(153,113,56); }

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

background-color css

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

 a { background-color: rgb(153,113,56); }

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

border-color css

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

 span { border-color: rgb(153,113,56); }

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