Html Css Color HEX #99722E Buttered Rum

📋 copy color: '#99722E'

red 153 ◦ green 114 ◦ blue 46

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

Shades of Buttered Rum #99722E

Tints of Buttered Rum #99722E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 48.88%
G = 36.42%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#99722E (or 0x99722E) is known color: Buttered Rum. HEX triplet: 99, 72 and 2E. RGB value is (153,114,46). Sum of RGB (Red+Green+Blue) = 153+114+46=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99722E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99722E is #668DD1. Grayscale: #767676. Windows color (decimal): -6720978 or 3043993. OLE color: 3043993.

HSL color Cylindrical-coordinate representation of color #99722E: hue angle of 38.13º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99722E is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 46 -
CMYK 0 0.25 0.70 0.4
HSL 38.13º 0.54% 0.39% -
HSV(B) 38.13º 0.7% 0.6% -
XYZ 19.65 19 5.22 -
YUV 117.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 153 114 46 0 0.25 0.70 0.4 38.13 0.54 0.39
Hex 99 72 2E 0 19 46 28 26 36 27
Octal 231 162 56 0 31 106 50 46 66 47
Binary 10011001 1110010 101110 0 11001 1000110 101000 100110 110110 100111

Color Harmonies of #99722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99722E

Black with #99722E

Text Example


Text Example

White with #99722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99722E; }

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

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

background-color css

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

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

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

border-color css

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

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

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