Html Css Color HEX #946A2C Buttered Rum

📋 copy color: '#946A2C'

red 148 ◦ green 106 ◦ blue 44

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

Shades of Buttered Rum #946A2C

Tints of Buttered Rum #946A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 49.66%
G = 35.57%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#946A2C (or 0x946A2C) is known color: Buttered Rum. HEX triplet: 94, 6A and 2C. RGB value is (148,106,44). Sum of RGB (Red+Green+Blue) = 148+106+44=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #946A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A2C is #6B95D3. Grayscale: #6F6F6F. Windows color (decimal): -7050708 or 2910868. OLE color: 2910868.

HSL color Cylindrical-coordinate representation of color #946A2C: hue angle of 35.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #946A2C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 44 -
CMYK 0 0.28 0.70 0.42
HSL 35.77º 0.54% 0.38% -
HSV(B) 35.77º 0.7% 0.58% -
XYZ 17.82 16.79 4.68 -
YUV 111.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 148 106 44 0 0.28 0.70 0.42 35.77 0.54 0.38
Hex 94 6A 2C 0 1C 46 2A 24 36 26
Octal 224 152 54 0 34 106 52 44 66 46
Binary 10010100 1101010 101100 0 11100 1000110 101010 100100 110110 100110

Color Harmonies of #946A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A2C

Black with #946A2C

Text Example


Text Example

White with #946A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,44); }

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

background-color css

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

 a { background-color: rgb(148,106,44); }

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

border-color css

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

 span { border-color: rgb(148,106,44); }

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