Html Css Color HEX #997226 Buttered Rum

📋 copy color: '#997226'

red 153 ◦ green 114 ◦ blue 38

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

Shades of Buttered Rum #997226

Tints of Buttered Rum #997226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 50.16%
G = 37.38%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#997226 (or 0x997226) is known color: Buttered Rum. HEX triplet: 99, 72 and 26. RGB value is (153,114,38). Sum of RGB (Red+Green+Blue) = 153+114+38=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997226 is #668DD9. Grayscale: #757575. Windows color (decimal): -6720986 or 2519705. OLE color: 2519705.

HSL color Cylindrical-coordinate representation of color #997226: hue angle of 39.65º 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 #997226 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 38 -
CMYK 0 0.25 0.75 0.4
HSL 39.65º 0.6% 0.37% -
HSV(B) 39.65º 0.75% 0.6% -
XYZ 19.5 18.95 4.46 -
YUV 117 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 153 114 38 0 0.25 0.75 0.4 39.65 0.6 0.37
Hex 99 72 26 0 19 4B 28 28 3C 25
Octal 231 162 46 0 31 113 50 50 74 45
Binary 10011001 1110010 100110 0 11001 1001011 101000 101000 111100 100101

Color Harmonies of #997226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997226

Black with #997226

Text Example


Text Example

White with #997226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997226; }

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

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

background-color css

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

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

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

border-color css

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

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

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