Html Css Color HEX #946928 Buttered Rum

📋 copy color: '#946928'

red 148 ◦ green 105 ◦ blue 40

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

Shades of Buttered Rum #946928

Tints of Buttered Rum #946928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 50.51%
G = 35.84%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#946928 (or 0x946928) is known color: Buttered Rum. HEX triplet: 94, 69 and 28. RGB value is (148,105,40). Sum of RGB (Red+Green+Blue) = 148+105+40=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #946928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946928 is #6B96D7. Grayscale: #6E6E6E. Windows color (decimal): -7050968 or 2648468. OLE color: 2648468.

HSL color Cylindrical-coordinate representation of color #946928: hue angle of 36.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #946928 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 40 -
CMYK 0 0.29 0.73 0.42
HSL 36.11º 0.57% 0.37% -
HSV(B) 36.11º 0.73% 0.58% -
XYZ 17.65 16.55 4.27 -
YUV 110.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 148 105 40 0 0.29 0.73 0.42 36.11 0.57 0.37
Hex 94 69 28 0 1D 49 2A 24 39 25
Octal 224 151 50 0 35 111 52 44 71 45
Binary 10010100 1101001 101000 0 11101 1001001 101010 100100 111001 100101

Color Harmonies of #946928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946928

Black with #946928

Text Example


Text Example

White with #946928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946928; }

 p { color: rgb(148,105,40); }

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

background-color css

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

 a { background-color: rgb(148,105,40); }

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

border-color css

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

 span { border-color: rgb(148,105,40); }

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