Html Css Color HEX #997128 Buttered Rum

📋 copy color: '#997128'

red 153 ◦ green 113 ◦ blue 40

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

Shades of Buttered Rum #997128

Tints of Buttered Rum #997128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 50%
G = 36.93%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#997128 (or 0x997128) is known color: Buttered Rum. HEX triplet: 99, 71 and 28. RGB value is (153,113,40). Sum of RGB (Red+Green+Blue) = 153+113+40=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #997128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997128 is #668ED7. Grayscale: #747474. Windows color (decimal): -6721240 or 2650521. OLE color: 2650521.

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

Color convert

RGB 153 113 40 -
CMYK 0 0.26 0.74 0.4
HSL 38.76º 0.59% 0.38% -
HSV(B) 38.76º 0.74% 0.6% -
XYZ 19.43 18.74 4.6 -
YUV 116.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 153 113 40 0 0.26 0.74 0.4 38.76 0.59 0.38
Hex 99 71 28 0 1A 4A 28 27 3B 26
Octal 231 161 50 0 32 112 50 47 73 46
Binary 10011001 1110001 101000 0 11010 1001010 101000 100111 111011 100110

Color Harmonies of #997128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997128

Black with #997128

Text Example


Text Example

White with #997128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997128; }

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

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

background-color css

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

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

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

border-color css

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

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

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