Html Css Color HEX #946E37 Buttered Rum

📋 copy color: '#946E37'

red 148 ◦ green 110 ◦ blue 55

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

Shades of Buttered Rum #946E37

Tints of Buttered Rum #946E37

RGB

 RED value IS 148 (58.2% from 255) = 47.28%

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 47.28%
G = 35.14%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#946E37 (or 0x946E37) is known color: Buttered Rum. HEX triplet: 94, 6E and 37. RGB value is (148,110,55). Sum of RGB (Red+Green+Blue) = 148+110+55=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #946E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E37 is #6B91C8. Grayscale: #737373. Windows color (decimal): -7049673 or 3632788. OLE color: 3632788.

HSL color Cylindrical-coordinate representation of color #946E37: hue angle of 35.48º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #946E37 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 55 -
CMYK 0 0.26 0.63 0.42
HSL 35.48º 0.46% 0.4% -
HSV(B) 35.48º 0.63% 0.58% -
XYZ 18.48 17.72 6.06 -
YUV 115.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 148 110 55 0 0.26 0.63 0.42 35.48 0.46 0.4
Hex 94 6E 37 0 1A 3F 2A 23 2E 28
Octal 224 156 67 0 32 77 52 43 56 50
Binary 10010100 1101110 110111 0 11010 111111 101010 100011 101110 101000

Color Harmonies of #946E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E37

Black with #946E37

Text Example


Text Example

White with #946E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E37; }

 p { color: rgb(148,110,55); }

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

background-color css

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

 a { background-color: rgb(148,110,55); }

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

border-color css

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

 span { border-color: rgb(148,110,55); }

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