Html Css Color HEX #946D2E Buttered Rum

📋 copy color: '#946D2E'

red 148 ◦ green 109 ◦ blue 46

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

Shades of Buttered Rum #946D2E

Tints of Buttered Rum #946D2E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.97%

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

R = 48.84%
G = 35.97%
B = 15.18%

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

#946D2E (or 0x946D2E) is known color: Buttered Rum. HEX triplet: 94, 6D and 2E. RGB value is (148,109,46). Sum of RGB (Red+Green+Blue) = 148+109+46=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #946D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D2E is #6B92D1. Grayscale: #717171. Windows color (decimal): -7049938 or 3042708. OLE color: 3042708.

HSL color Cylindrical-coordinate representation of color #946D2E: hue angle of 37.06º 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 #946D2E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 46 -
CMYK 0 0.26 0.69 0.42
HSL 37.06º 0.53% 0.38% -
HSV(B) 37.06º 0.69% 0.58% -
XYZ 18.17 17.43 4.99 -
YUV 113.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 148 109 46 0 0.26 0.69 0.42 37.06 0.53 0.38
Hex 94 6D 2E 0 1A 45 2A 25 35 26
Octal 224 155 56 0 32 105 52 45 65 46
Binary 10010100 1101101 101110 0 11010 1000101 101010 100101 110101 100110

Color Harmonies of #946D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D2E

Black with #946D2E

Text Example


Text Example

White with #946D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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