Html Css Color HEX #99782E Buttered Rum

📋 copy color: '#99782E'

red 153 ◦ green 120 ◦ blue 46

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

Shades of Buttered Rum #99782E

Tints of Buttered Rum #99782E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.62%

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

R = 47.96%
G = 37.62%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#99782E (or 0x99782E) is known color: Buttered Rum. HEX triplet: 99, 78 and 2E. RGB value is (153,120,46). Sum of RGB (Red+Green+Blue) = 153+120+46=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99782E is #6687D1. Grayscale: #797979. Windows color (decimal): -6719442 or 3045529. OLE color: 3045529.

HSL color Cylindrical-coordinate representation of color #99782E: hue angle of 41.5º 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 #99782E is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 46 -
CMYK 0 0.22 0.70 0.4
HSL 41.5º 0.54% 0.39% -
HSV(B) 41.5º 0.7% 0.6% -
XYZ 20.35 20.4 5.45 -
YUV 121.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 153 120 46 0 0.22 0.70 0.4 41.5 0.54 0.39
Hex 99 78 2E 0 16 46 28 29 36 27
Octal 231 170 56 0 26 106 50 51 66 47
Binary 10011001 1111000 101110 0 10110 1000110 101000 101001 110110 100111

Color Harmonies of #99782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99782E

Black with #99782E

Text Example


Text Example

White with #99782E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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