Html Css Color HEX #946C2D Buttered Rum

📋 copy color: '#946C2D'

red 148 ◦ green 108 ◦ blue 45

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

Shades of Buttered Rum #946C2D

Tints of Buttered Rum #946C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 49.17%
G = 35.88%
B = 14.95%

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

#946C2D (or 0x946C2D) is known color: Buttered Rum. HEX triplet: 94, 6C and 2D. RGB value is (148,108,45). Sum of RGB (Red+Green+Blue) = 148+108+45=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #946C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C2D is #6B93D2. Grayscale: #717171. Windows color (decimal): -7050195 or 2976916. OLE color: 2976916.

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

Color convert

RGB 148 108 45 -
CMYK 0 0.27 0.70 0.42
HSL 36.7º 0.53% 0.38% -
HSV(B) 36.7º 0.7% 0.58% -
XYZ 18.05 17.21 4.85 -
YUV 112.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 148 108 45 0 0.27 0.70 0.42 36.7 0.53 0.38
Hex 94 6C 2D 0 1B 46 2A 25 35 26
Octal 224 154 55 0 33 106 52 45 65 46
Binary 10010100 1101100 101101 0 11011 1000110 101010 100101 110101 100110

Color Harmonies of #946C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C2D

Black with #946C2D

Text Example


Text Example

White with #946C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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