Html Css Color HEX #946A2A Buttered Rum

📋 copy color: '#946A2A'

red 148 ◦ green 106 ◦ blue 42

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

Shades of Buttered Rum #946A2A

Tints of Buttered Rum #946A2A

RGB

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

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

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

R = 50%
G = 35.81%
B = 14.19%

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

#946A2A (or 0x946A2A) is known color: Buttered Rum. HEX triplet: 94, 6A and 2A. RGB value is (148,106,42). Sum of RGB (Red+Green+Blue) = 148+106+42=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #946A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A2A is #6B95D5. Grayscale: #6F6F6F. Windows color (decimal): -7050710 or 2779796. OLE color: 2779796.

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

Color convert

RGB 148 106 42 -
CMYK 0 0.28 0.72 0.42
HSL 36.23º 0.56% 0.37% -
HSV(B) 36.23º 0.72% 0.58% -
XYZ 17.78 16.77 4.49 -
YUV 111.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 148 106 42 0 0.28 0.72 0.42 36.23 0.56 0.37
Hex 94 6A 2A 0 1C 48 2A 24 38 25
Octal 224 152 52 0 34 110 52 44 70 45
Binary 10010100 1101010 101010 0 11100 1001000 101010 100100 111000 100101

Color Harmonies of #946A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A2A

Black with #946A2A

Text Example


Text Example

White with #946A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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