Html Css Color HEX #946A2B Buttered Rum

📋 copy color: '#946A2B'

red 148 ◦ green 106 ◦ blue 43

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

Shades of Buttered Rum #946A2B

Tints of Buttered Rum #946A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 49.83%
G = 35.69%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#946A2B (or 0x946A2B) is known color: Buttered Rum. HEX triplet: 94, 6A and 2B. RGB value is (148,106,43). Sum of RGB (Red+Green+Blue) = 148+106+43=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #946A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A2B is #6B95D4. Grayscale: #6F6F6F. Windows color (decimal): -7050709 or 2845332. OLE color: 2845332.

HSL color Cylindrical-coordinate representation of color #946A2B: hue angle of 36º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #946A2B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 43 -
CMYK 0 0.28 0.71 0.42
HSL 36º 0.55% 0.37% -
HSV(B) 36º 0.71% 0.58% -
XYZ 17.8 16.78 4.59 -
YUV 111.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 148 106 43 0 0.28 0.71 0.42 36 0.55 0.37
Hex 94 6A 2B 0 1C 47 2A 24 37 25
Octal 224 152 53 0 34 107 52 44 67 45
Binary 10010100 1101010 101011 0 11100 1000111 101010 100100 110111 100101

Color Harmonies of #946A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A2B

Black with #946A2B

Text Example


Text Example

White with #946A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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