Html Css Color HEX #946C2B Buttered Rum

📋 copy color: '#946C2B'

red 148 ◦ green 108 ◦ blue 43

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

Shades of Buttered Rum #946C2B

Tints of Buttered Rum #946C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 49.5%
G = 36.12%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#946C2B (or 0x946C2B) is known color: Buttered Rum. HEX triplet: 94, 6C and 2B. RGB value is (148,108,43). Sum of RGB (Red+Green+Blue) = 148+108+43=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #946C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C2B is #6B93D4. Grayscale: #707070. Windows color (decimal): -7050197 or 2845844. OLE color: 2845844.

HSL color Cylindrical-coordinate representation of color #946C2B: hue angle of 37.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #946C2B is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 108 43 -
CMYK 0 0.27 0.71 0.42
HSL 37.14º 0.55% 0.37% -
HSV(B) 37.14º 0.71% 0.58% -
XYZ 18.01 17.2 4.66 -
YUV 112.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 148 108 43 0 0.27 0.71 0.42 37.14 0.55 0.37
Hex 94 6C 2B 0 1B 47 2A 25 37 25
Octal 224 154 53 0 33 107 52 45 67 45
Binary 10010100 1101100 101011 0 11011 1000111 101010 100101 110111 100101

Color Harmonies of #946C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C2B

Black with #946C2B

Text Example


Text Example

White with #946C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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