Html Css Color HEX #946C2C Buttered Rum

📋 copy color: '#946C2C'

red 148 ◦ green 108 ◦ blue 44

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

Shades of Buttered Rum #946C2C

Tints of Buttered Rum #946C2C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

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

R = 49.33%
G = 36%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#946C2C (or 0x946C2C) is known color: Buttered Rum. HEX triplet: 94, 6C and 2C. RGB value is (148,108,44). Sum of RGB (Red+Green+Blue) = 148+108+44=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #946C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C2C is #6B93D3. Grayscale: #707070. Windows color (decimal): -7050196 or 2911380. OLE color: 2911380.

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

Color convert

RGB 148 108 44 -
CMYK 0 0.27 0.70 0.42
HSL 36.92º 0.54% 0.38% -
HSV(B) 36.92º 0.7% 0.58% -
XYZ 18.03 17.2 4.75 -
YUV 112.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 148 108 44 0 0.27 0.70 0.42 36.92 0.54 0.38
Hex 94 6C 2C 0 1B 46 2A 25 36 26
Octal 224 154 54 0 33 106 52 45 66 46
Binary 10010100 1101100 101100 0 11011 1000110 101010 100101 110110 100110

Color Harmonies of #946C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C2C

Black with #946C2C

Text Example


Text Example

White with #946C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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