Html Css Color HEX #946A2F Buttered Rum

📋 copy color: '#946A2F'

red 148 ◦ green 106 ◦ blue 47

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

Shades of Buttered Rum #946A2F

Tints of Buttered Rum #946A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 49.17%
G = 35.22%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#946A2F (or 0x946A2F) is known color: Buttered Rum. HEX triplet: 94, 6A and 2F. RGB value is (148,106,47). Sum of RGB (Red+Green+Blue) = 148+106+47=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #946A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A2F is #6B95D0. Grayscale: #707070. Windows color (decimal): -7050705 or 3107476. OLE color: 3107476.

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

Color convert

RGB 148 106 47 -
CMYK 0 0.28 0.68 0.42
HSL 35.05º 0.52% 0.38% -
HSV(B) 35.05º 0.68% 0.58% -
XYZ 17.88 16.81 4.99 -
YUV 111.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 148 106 47 0 0.28 0.68 0.42 35.05 0.52 0.38
Hex 94 6A 2F 0 1C 44 2A 23 34 26
Octal 224 152 57 0 34 104 52 43 64 46
Binary 10010100 1101010 101111 0 11100 1000100 101010 100011 110100 100110

Color Harmonies of #946A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A2F

Black with #946A2F

Text Example


Text Example

White with #946A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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