Html Css Color HEX #997326 Buttered Rum

📋 copy color: '#997326'

red 153 ◦ green 115 ◦ blue 38

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

Shades of Buttered Rum #997326

Tints of Buttered Rum #997326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

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

R = 50%
G = 37.58%
B = 12.42%

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

#997326 (or 0x997326) is known color: Buttered Rum. HEX triplet: 99, 73 and 26. RGB value is (153,115,38). Sum of RGB (Red+Green+Blue) = 153+115+38=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #997326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997326 is #668CD9. Grayscale: #757575. Windows color (decimal): -6720730 or 2519961. OLE color: 2519961.

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

Color convert

RGB 153 115 38 -
CMYK 0 0.25 0.75 0.4
HSL 40.17º 0.6% 0.37% -
HSV(B) 40.17º 0.75% 0.6% -
XYZ 19.62 19.17 4.5 -
YUV 117.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 153 115 38 0 0.25 0.75 0.4 40.17 0.6 0.37
Hex 99 73 26 0 19 4B 28 28 3C 25
Octal 231 163 46 0 31 113 50 50 74 45
Binary 10011001 1110011 100110 0 11001 1001011 101000 101000 111100 100101

Color Harmonies of #997326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997326

Black with #997326

Text Example


Text Example

White with #997326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997326; }

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

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

background-color css

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

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

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

border-color css

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

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

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