Html Css Color HEX #946A28 Buttered Rum

📋 copy color: '#946A28'

red 148 ◦ green 106 ◦ blue 40

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

Shades of Buttered Rum #946A28

Tints of Buttered Rum #946A28

RGB

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

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

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

R = 50.34%
G = 36.05%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#946A28 (or 0x946A28) is known color: Buttered Rum. HEX triplet: 94, 6A and 28. RGB value is (148,106,40). Sum of RGB (Red+Green+Blue) = 148+106+40=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #946A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A28 is #6B95D7. Grayscale: #6F6F6F. Windows color (decimal): -7050712 or 2648724. OLE color: 2648724.

HSL color Cylindrical-coordinate representation of color #946A28: hue angle of 36.67º 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 #946A28 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 40 -
CMYK 0 0.28 0.73 0.42
HSL 36.67º 0.57% 0.37% -
HSV(B) 36.67º 0.73% 0.58% -
XYZ 17.75 16.76 4.31 -
YUV 111.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 148 106 40 0 0.28 0.73 0.42 36.67 0.57 0.37
Hex 94 6A 28 0 1C 49 2A 25 39 25
Octal 224 152 50 0 34 111 52 45 71 45
Binary 10010100 1101010 101000 0 11100 1001001 101010 100101 111001 100101

Color Harmonies of #946A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A28

Black with #946A28

Text Example


Text Example

White with #946A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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