Html Css Color HEX #997126 Buttered Rum

📋 copy color: '#997126'

red 153 ◦ green 113 ◦ blue 38

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

Shades of Buttered Rum #997126

Tints of Buttered Rum #997126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 50.33%
G = 37.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#997126 (or 0x997126) is known color: Buttered Rum. HEX triplet: 99, 71 and 26. RGB value is (153,113,38). Sum of RGB (Red+Green+Blue) = 153+113+38=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #997126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997126 is #668ED9. Grayscale: #747474. Windows color (decimal): -6721242 or 2519449. OLE color: 2519449.

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

Color convert

RGB 153 113 38 -
CMYK 0 0.26 0.75 0.4
HSL 39.13º 0.6% 0.37% -
HSV(B) 39.13º 0.75% 0.6% -
XYZ 19.39 18.72 4.43 -
YUV 116.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 153 113 38 0 0.26 0.75 0.4 39.13 0.6 0.37
Hex 99 71 26 0 1A 4B 28 27 3C 25
Octal 231 161 46 0 32 113 50 47 74 45
Binary 10011001 1110001 100110 0 11010 1001011 101000 100111 111100 100101

Color Harmonies of #997126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997126

Black with #997126

Text Example


Text Example

White with #997126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997126; }

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

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

background-color css

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

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

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

border-color css

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

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

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