Html Css Color HEX #946B2A Buttered Rum

📋 copy color: '#946B2A'

red 148 ◦ green 107 ◦ blue 42

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

Shades of Buttered Rum #946B2A

Tints of Buttered Rum #946B2A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 49.83%
G = 36.03%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#946B2A (or 0x946B2A) is known color: Buttered Rum. HEX triplet: 94, 6B and 2A. RGB value is (148,107,42). Sum of RGB (Red+Green+Blue) = 148+107+42=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #946B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B2A is #6B94D5. Grayscale: #707070. Windows color (decimal): -7050454 or 2780052. OLE color: 2780052.

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

Color convert

RGB 148 107 42 -
CMYK 0 0.28 0.72 0.42
HSL 36.79º 0.56% 0.37% -
HSV(B) 36.79º 0.72% 0.58% -
XYZ 17.89 16.98 4.52 -
YUV 111.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 148 107 42 0 0.28 0.72 0.42 36.79 0.56 0.37
Hex 94 6B 2A 0 1C 48 2A 25 38 25
Octal 224 153 52 0 34 110 52 45 70 45
Binary 10010100 1101011 101010 0 11100 1001000 101010 100101 111000 100101

Color Harmonies of #946B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B2A

Black with #946B2A

Text Example


Text Example

White with #946B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,107,42); }

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

background-color css

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

 a { background-color: rgb(148,107,42); }

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

border-color css

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

 span { border-color: rgb(148,107,42); }

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