Html Css Color HEX #946E2E Buttered Rum

📋 copy color: '#946E2E'

red 148 ◦ green 110 ◦ blue 46

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

Shades of Buttered Rum #946E2E

Tints of Buttered Rum #946E2E

RGB

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

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

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

R = 48.68%
G = 36.18%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#946E2E (or 0x946E2E) is known color: Buttered Rum. HEX triplet: 94, 6E and 2E. RGB value is (148,110,46). Sum of RGB (Red+Green+Blue) = 148+110+46=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #946E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E2E is #6B91D1. Grayscale: #727272. Windows color (decimal): -7049682 or 3042964. OLE color: 3042964.

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

Color convert

RGB 148 110 46 -
CMYK 0 0.26 0.69 0.42
HSL 37.65º 0.53% 0.38% -
HSV(B) 37.65º 0.69% 0.58% -
XYZ 18.28 17.65 5.03 -
YUV 114.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 148 110 46 0 0.26 0.69 0.42 37.65 0.53 0.38
Hex 94 6E 2E 0 1A 45 2A 26 35 26
Octal 224 156 56 0 32 105 52 46 65 46
Binary 10010100 1101110 101110 0 11010 1000101 101010 100110 110101 100110

Color Harmonies of #946E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E2E

Black with #946E2E

Text Example


Text Example

White with #946E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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