Html Css Color HEX #946C2F Buttered Rum

📋 copy color: '#946C2F'

red 148 ◦ green 108 ◦ blue 47

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

Shades of Buttered Rum #946C2F

Tints of Buttered Rum #946C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 48.84%
G = 35.64%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#946C2F (or 0x946C2F) is known color: Buttered Rum. HEX triplet: 94, 6C and 2F. RGB value is (148,108,47). Sum of RGB (Red+Green+Blue) = 148+108+47=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #946C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C2F is #6B93D0. Grayscale: #717171. Windows color (decimal): -7050193 or 3107988. OLE color: 3107988.

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

Color convert

RGB 148 108 47 -
CMYK 0 0.27 0.68 0.42
HSL 36.24º 0.52% 0.38% -
HSV(B) 36.24º 0.68% 0.58% -
XYZ 18.09 17.23 5.06 -
YUV 113.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 148 108 47 0 0.27 0.68 0.42 36.24 0.52 0.38
Hex 94 6C 2F 0 1B 44 2A 24 34 26
Octal 224 154 57 0 33 104 52 44 64 46
Binary 10010100 1101100 101111 0 11011 1000100 101010 100100 110100 100110

Color Harmonies of #946C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C2F

Black with #946C2F

Text Example


Text Example

White with #946C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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