Html Css Color HEX #946F3A Buttered Rum

📋 copy color: '#946F3A'

red 148 ◦ green 111 ◦ blue 58

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

Shades of Buttered Rum #946F3A

Tints of Buttered Rum #946F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 46.69%
G = 35.02%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#946F3A (or 0x946F3A) is known color: Buttered Rum. HEX triplet: 94, 6F and 3A. RGB value is (148,111,58). Sum of RGB (Red+Green+Blue) = 148+111+58=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #946F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F3A is #6B90C5. Grayscale: #747474. Windows color (decimal): -7049414 or 3829652. OLE color: 3829652.

HSL color Cylindrical-coordinate representation of color #946F3A: hue angle of 35.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #946F3A is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 58 -
CMYK 0 0.25 0.61 0.42
HSL 35.33º 0.44% 0.4% -
HSV(B) 35.33º 0.61% 0.58% -
XYZ 18.66 17.97 6.49 -
YUV 116.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 148 111 58 0 0.25 0.61 0.42 35.33 0.44 0.4
Hex 94 6F 3A 0 19 3D 2A 23 2C 28
Octal 224 157 72 0 31 75 52 43 54 50
Binary 10010100 1101111 111010 0 11001 111101 101010 100011 101100 101000

Color Harmonies of #946F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F3A

Black with #946F3A

Text Example


Text Example

White with #946F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,111,58); }

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

background-color css

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

 a { background-color: rgb(148,111,58); }

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

border-color css

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

 span { border-color: rgb(148,111,58); }

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